Soumik Bose commited on
Commit
65fe3da
·
1 Parent(s): 369b363
Files changed (1) hide show
  1. 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": "Python Code Execution Server is running"}
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():