Skip to content

Commit

Permalink
fix(server): run server on networ IP
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo committed May 2, 2023
1 parent add8e05 commit bcbc78d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@


if __name__ == "__main__":
app.run(debug=True)
app.run()
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "poetry run flask run --reload",
"dev": "poetry run flask run --host=0.0.0.0 --reload",
"padd": "poetry add",
"pinstall": "poetry install",
"prm": "poetry remove"
Expand Down

0 comments on commit bcbc78d

Please sign in to comment.