add wsgi handler

This commit is contained in:
2021-06-01 10:21:59 +00:00
parent febedf57cb
commit 96225145c1
2 changed files with 11 additions and 0 deletions

4
wsgi.py Normal file
View File

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