aboutsummaryrefslogtreecommitdiffstats
path: root/wsgi.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-03-22 00:39:40 +0800
committerJesús <heckyel@hyperbola.info>2022-03-22 00:39:40 +0800
commit3fca03988b42adaf8e67cc7137dd1fdba327e197 (patch)
treead39a5bc12a03c82b9a4fd980c1b92ca0a1dac93 /wsgi.py
downloadheroeapi-3fca03988b42adaf8e67cc7137dd1fdba327e197.tar.lz
heroeapi-3fca03988b42adaf8e67cc7137dd1fdba327e197.tar.xz
heroeapi-3fca03988b42adaf8e67cc7137dd1fdba327e197.zip
initial commit
Diffstat (limited to 'wsgi.py')
-rw-r--r--wsgi.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/wsgi.py b/wsgi.py
new file mode 100644
index 0000000..c7b8cf5
--- /dev/null
+++ b/wsgi.py
@@ -0,0 +1,7 @@
+"""
+wsgi.py
+"""
+from main import app
+
+if __name__ == "__main__":
+ app.run()