Skip to content

Commit

Permalink
Revert wsgi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
karntrehan authored May 27, 2024
1 parent 6e8fe3b commit 2bcf8f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions wsgi.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
from app import app as application
app = application
from app import app

if __name__ == "__main__":
app.run(host='0.0.0.0')

0 comments on commit 2bcf8f4

Please sign in to comment.