Arts-of-coding commited on
Commit
95ee756
·
verified ·
1 Parent(s): f2f1b64

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -54,7 +54,7 @@ app.mount("/dashboard1", WSGIMiddleware(dashboard1.server))
54
  #app.mount("/dashboard2", WSGIMiddleware(dashboard2.server))
55
 
56
  # Define the main API endpoint
57
- @app.get("/")
58
  def index():
59
  return "Hello"
60
 
 
54
  #app.mount("/dashboard2", WSGIMiddleware(dashboard2.server))
55
 
56
  # Define the main API endpoint
57
+ @app.get("/dashboard1")
58
  def index():
59
  return "Hello"
60