Spaces:
Running
Running
Update server.py
Browse files
server.py
CHANGED
|
@@ -71,6 +71,6 @@ async def shutdown():
|
|
| 71 |
except Exception:
|
| 72 |
pass
|
| 73 |
|
| 74 |
-
# ===== Endpoints (CORE tetap sama) =====
|
| 75 |
@app.get("/")
|
| 76 |
-
async def root()
|
|
|
|
|
|
| 71 |
except Exception:
|
| 72 |
pass
|
| 73 |
|
|
|
|
| 74 |
@app.get("/")
|
| 75 |
+
async def root():
|
| 76 |
+
return {"ok": True, "msg": "MidasTouch bot is running."}
|