Add README and commit previous changes
This commit is contained in:
@@ -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():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user