add wsgi.py
This commit is contained in:
parent
6fdac6f566
commit
ff291b6951
1 changed files with 4 additions and 0 deletions
4
wsgi.py
Normal file
4
wsgi.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from app import app
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True)
|
Loading…
Add table
Reference in a new issue