mirror of
https://github.com/sunrin-ana/2025-SSF-dotory-manage.git
synced 2026-03-09 18:10:02 +00:00
fix
This commit is contained in:
parent
40a8d5d4f2
commit
2e2f366fa6
9 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
2
app.py
2
app.py
|
|
@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue