summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
author韩丁康 <[email protected]>2023-11-17 20:45:25 +0800
committer韩丁康 <[email protected]>2023-11-17 20:45:25 +0800
commitcf783d1123ed596dbbf4dcce79e2b2fb20cdeefd (patch)
tree845ffe977dac12e45f6732ec100e4421eeec35ef /apps
parent95fd50eca7b55d69e0c8f0e11dfabe464d11d02b (diff)
数据同步
Diffstat (limited to 'apps')
-rw-r--r--apps/map.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/map.py b/apps/map.py
new file mode 100644
index 0000000..78bb8a2
--- /dev/null
+++ b/apps/map.py
@@ -0,0 +1,8 @@
+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