diff --git a/main.py b/main.py index 0638ceb..551b5f4 100644 --- a/main.py +++ b/main.py @@ -162,5 +162,5 @@ async def add_process_time_header(request: Request, call_next): if __name__ == '__main__': - uvicorn.run(app='main:app', host="10.0.0.240", port=7899, reload=True, debug=True) - #uvicorn.run(app='main:app', host="0.0.0.0", port=7899, reload=True, debug=True) \ No newline at end of file + #uvicorn.run(app='main:app', host="10.0.0.240", port=7899, reload=True, debug=True) + uvicorn.run(app='main:app', host="0.0.0.0", port=7899, reload=True, debug=True) \ No newline at end of file