diff options
| author | handingkang <[email protected]> | 2024-01-19 17:50:57 +0800 |
|---|---|---|
| committer | handingkang <[email protected]> | 2024-01-19 17:50:57 +0800 |
| commit | c423b3072b19c34a7f777cfa7e019baac6c3d7f1 (patch) | |
| tree | 60fb4edd5df29a4cb835211ce6c2d0b0ac8b5250 /apps/map.py | |
| parent | 54a5df53fb0c69c3a812234702335451c356c369 (diff) | |
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 |
