Soumik Bose commited on
Commit ·
8bb62e2
1
Parent(s): 865d7db
go
Browse files- controller.py +1 -1
controller.py
CHANGED
|
@@ -558,7 +558,7 @@ async def test_parallel_calc_endpoint(payload: TestCalcRequest):
|
|
| 558 |
|
| 559 |
@app.get("/")
|
| 560 |
async def root():
|
| 561 |
-
return {"message": "
|
| 562 |
|
| 563 |
@app.get("/ping")
|
| 564 |
async def ping():
|
|
|
|
| 558 |
|
| 559 |
@app.get("/")
|
| 560 |
async def root():
|
| 561 |
+
return {"message": "Code Execution Server is running"}
|
| 562 |
|
| 563 |
@app.get("/ping")
|
| 564 |
async def ping():
|