Move files to actual applets

This commit is contained in:
Jonathan Carter
2024-09-12 18:01:52 +02:00
parent 8661952137
commit 71011fcafd
26 changed files with 312 additions and 269 deletions

View File

@@ -21,11 +21,3 @@ def welcome2_index():
return ("Changins some text in our htmx front-end")
@bp.route('/api/')
def api_home():
"""
Wel
"""
return ("Welcome to the welcome API")