Spaces:
Sleeping
Sleeping
pranav8tripathi@gmail.com commited on
Commit ·
35cdd84
1
Parent(s): edf1d63
enhanced comments
Browse files- app/main.py +1 -1
app/main.py
CHANGED
|
@@ -33,7 +33,7 @@ async def startup_event():
|
|
| 33 |
|
| 34 |
@app.get("/")
|
| 35 |
def root():
|
| 36 |
-
return {"message": "AI Code Review System is
|
| 37 |
|
| 38 |
@app.post("/health")
|
| 39 |
async def get_info(request: Request):
|
|
|
|
| 33 |
|
| 34 |
@app.get("/")
|
| 35 |
def root():
|
| 36 |
+
return {"message": "AI Code Review System is running 🚀"}
|
| 37 |
|
| 38 |
@app.post("/health")
|
| 39 |
async def get_info(request: Request):
|