We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f707dc commit 4981b15Copy full SHA for 4981b15
1 file changed
backend/app/__main__.py
@@ -0,0 +1,5 @@
1
+from backend.app import app, PORT
2
+
3
+if __name__ == "__main__":
4
+ app.run(host="0.0.0.0", port=PORT, debug=True)
5
0 commit comments