Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pratiks05 authored Apr 30, 2024
1 parent 0eb14c7 commit 6c44854
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from wsgi import app
3 changes: 3 additions & 0 deletions wsgi.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from app import app
if __name__=="__main__":
app.run(debug=True,port=5000)

0 comments on commit 6c44854

Please sign in to comment.