diff options
| author | Michael Grote | 2023-04-13 14:58:39 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-04-13 14:58:39 +0200 |
| commit | 1950d759baefe243d391cd63cd07b4973c46d362 (patch) | |
| tree | 07975f53461592e9a849594b3aadd649a219548f /wsgi.py | |
| parent | e15c6e472713206521e1013807e637a7f31badbd (diff) | |
add gunicorn 2
Diffstat (limited to 'wsgi.py')
| -rw-r--r-- | wsgi.py | 4 |
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() |