Skip to content

Commit

Permalink
Update wsgi.py
Browse files Browse the repository at this point in the history
Application for guinicorn
  • Loading branch information
karntrehan authored May 27, 2024
1 parent 1167745 commit 962065e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions wsgi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
from app import app

if __name__ == "__main__":
app.run(host='0.0.0.0')
from app import app as application
app = application

0 comments on commit 962065e

Please sign in to comment.