Skip to content

Commit

Permalink
refactor: api host
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrodrigo19 committed Oct 16, 2024
1 parent cea61a1 commit 9137db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
logger.add(sys.stdout, enqueue=True)

if __name__ == "__main__":
uvicorn.run("src.api.presentation.http:http.app", host="127.0.0.1", port=8000, reload=True)
uvicorn.run("src.api.presentation.http:http.app", host="0.0.0.0", port=8000, reload=True)

0 comments on commit 9137db8

Please sign in to comment.