Commit 742682d0 authored by novelailab's avatar novelailab

http

parent 0b99623e
......@@ -105,4 +105,4 @@ def handle_logging_and_errors(request: Request, call_next):
return response
if __name__ == "__main__":
uvicorn.run("main:app", host="127.0.0.1", port=8000, log_level="info")
\ No newline at end of file
uvicorn.run("main:app", host="127.0.0.1", port=80, log_level="info")
\ 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