diff options
Diffstat (limited to 'apps/map.py')
| -rw-r--r-- | apps/map.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/map.py b/apps/map.py deleted file mode 100644 index 78bb8a2..0000000 --- a/apps/map.py +++ /dev/null @@ -1,8 +0,0 @@ -from apiflask import APIFlask,APIBlueprint -from flask import render_template - -bp=APIBlueprint("map",__name__,url_prefix="/map") - [email protected]("/") -def showmap(): - return render_template("/index.html")
\ No newline at end of file |
