Removed / endpoint
Browse files- app/main.py +0 -6
app/main.py
CHANGED
|
@@ -43,12 +43,6 @@ async def startup_event():
|
|
| 43 |
print("Models and indexes loaded successfully.")
|
| 44 |
|
| 45 |
|
| 46 |
-
|
| 47 |
-
@app.get("/")
|
| 48 |
-
def root():
|
| 49 |
-
return {"message": "Pokemon Card API running"}
|
| 50 |
-
|
| 51 |
-
|
| 52 |
@app.get("/health")
|
| 53 |
def health():
|
| 54 |
return {"status": "ok"}
|
|
|
|
| 43 |
print("Models and indexes loaded successfully.")
|
| 44 |
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
@app.get("/health")
|
| 47 |
def health():
|
| 48 |
return {"status": "ok"}
|