Skip to content

Commit 85bdfdf

Browse files
committed
create wsgi file for prod deployment
1 parent 121ba0d commit 85bdfdf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/wsgi.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from app import create_app
2+
3+
app = create_app()

0 commit comments

Comments
 (0)