Update server host and port configuration for deployment
This commit is contained in:
+1
-1
@@ -83,4 +83,4 @@ app.include_router(projects.router)
|
||||
if __name__ == "__main__":
|
||||
import uvicorn
|
||||
|
||||
uvicorn.run(app="main:app", host="localhost", port=8000, reload=True)
|
||||
uvicorn.run(app="main:app", host="0.0.0.0", port=8585, reload=True)
|
||||
|
||||
Reference in New Issue
Block a user