Commit e7a88e7d authored by novelailab's avatar novelailab

ip

parent 742682d0
...@@ -105,4 +105,4 @@ def handle_logging_and_errors(request: Request, call_next): ...@@ -105,4 +105,4 @@ def handle_logging_and_errors(request: Request, call_next):
return response return response
if __name__ == "__main__": if __name__ == "__main__":
uvicorn.run("main:app", host="127.0.0.1", port=80, log_level="info") uvicorn.run("main:app", host="0.0.0.0", port=80, log_level="info")
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment