Skip to content

Commit

Permalink
for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed May 1, 2024
1 parent 4a9f0b0 commit 34e64c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labapp/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,4 @@ def manip1():


if __name__ == '__main__':
app.run(host='127.0.0.1', port=5001, debug=False)
app.run(host='0.0.0.0', port=5001, debug=False)

0 comments on commit 34e64c0

Please sign in to comment.