Add README and commit previous changes

This commit is contained in:
Jonathan Carter
2024-06-21 18:58:20 +02:00
parent 12e943f65c
commit fff1f8987a
9 changed files with 52 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
from applets.welcome import bp
@bp.route('/welcome')
@bp.route('/welcome',methods=['GET', 'POST', 'PUT'])
def welcome_index():
"""
The page you'd get if you access the root of
@@ -11,6 +11,12 @@ def welcome_index():
"This is the Welcome Index")
@bp.route('/welcome2')
def welcome2_index():
return ("Changins some text in our htmx front-end")
@bp.route('/api/')
def api_home():
"""