summaryrefslogtreecommitdiffstats
path: root/wsgi.py
diff options
context:
space:
mode:
authorMichael Grote2023-04-13 14:58:39 +0200
committerMichael Grote2023-04-13 14:58:39 +0200
commit1950d759baefe243d391cd63cd07b4973c46d362 (patch)
tree07975f53461592e9a849594b3aadd649a219548f /wsgi.py
parente15c6e472713206521e1013807e637a7f31badbd (diff)
add gunicorn 2
Diffstat (limited to 'wsgi.py')
-rw-r--r--wsgi.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/wsgi.py b/wsgi.py
deleted file mode 100644
index 08f9dd1..0000000
--- a/wsgi.py
+++ /dev/null
@@ -1,4 +0,0 @@
-from app import app
-
-if __name__ == '__main__':
- app.run()