summaryrefslogtreecommitdiff
path: root/apps/map.py
diff options
context:
space:
mode:
authorhandingkang <[email protected]>2024-01-19 17:50:57 +0800
committerhandingkang <[email protected]>2024-01-19 17:50:57 +0800
commitc423b3072b19c34a7f777cfa7e019baac6c3d7f1 (patch)
tree60fb4edd5df29a4cb835211ce6c2d0b0ac8b5250 /apps/map.py
parent54a5df53fb0c69c3a812234702335451c356c369 (diff)
增加fx接口集HEADmain
Diffstat (limited to 'apps/map.py')
-rw-r--r--apps/map.py8
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")
-
-def showmap():
- return render_template("/index.html") \ No newline at end of file