Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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("/")
|
58 |
def index():
|
59 |
return "Hello"
|
60 |
|