add wsgi/gunicorn

This commit is contained in:
2021-05-18 19:53:31 +02:00
parent d548ce044a
commit ea44d38a0d
2 changed files with 6 additions and 1 deletions

4
wsgi.py Normal file
View File

@@ -0,0 +1,4 @@
from autoreply_editor import app
if __name__ == "__main__":
app.run()