Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dopic committed Oct 22, 2024
1 parent 1271c61 commit eb03ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ def graphql_server():

app.logger.info("Starting the application")
globals.update()
app.run(debug=args.verbose)
app.run(debug=args.verbose,host="0.0.0.0")

0 comments on commit eb03ebf

Please sign in to comment.