This commit is contained in:
janghanul090801 2025-09-10 17:54:59 +09:00
commit 2e2f366fa6
9 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

2
app.py
View file

@ -17,4 +17,4 @@ with app.app_context():
api = Api(app, doc="/docs")
add_namespaces(api)
if __name__ == "__main__":
app.run(debug=True)
app.run(debug=True, host='0.0.0.0', port=80)

Binary file not shown.