Soumik Bose commited on
Commit ·
65fe3da
1
Parent(s): 369b363
ok
Browse files- controller.py +1 -1
controller.py
CHANGED
|
@@ -625,7 +625,7 @@ async def test_parallel_calc_endpoint(payload: TestCalcRequest):
|
|
| 625 |
|
| 626 |
@app.get("/")
|
| 627 |
async def root():
|
| 628 |
-
return {"message": "
|
| 629 |
|
| 630 |
@app.get("/ping")
|
| 631 |
async def ping():
|
|
|
|
| 625 |
|
| 626 |
@app.get("/")
|
| 627 |
async def root():
|
| 628 |
+
return {"message": "Code Execution Server is running"}
|
| 629 |
|
| 630 |
@app.get("/ping")
|
| 631 |
async def ping():
|