Arts-of-coding commited on
Commit
986c400
1 Parent(s): e567830

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -66,4 +66,4 @@ app = FastAPI()
66
  # Start the FastAPI server
67
  if __name__ == "__main__":
68
  app.mount("/dashboard1", WSGIMiddleware(dashboard1.server))
69
- uvicorn.run(app, host="0.0.0.0")
 
66
  # Start the FastAPI server
67
  if __name__ == "__main__":
68
  app.mount("/dashboard1", WSGIMiddleware(dashboard1.server))
69
+ uvicorn.run(app, host="0.0.0.0", port=5000)