Spaces:
Sleeping
Sleeping
Fix: Update healthcheck message to DeepShelf API
Browse files
src/book_recommender/api/main.py
CHANGED
|
@@ -157,7 +157,7 @@ async def health_check(request: Request):
|
|
| 157 |
|
| 158 |
get_clusters_data()
|
| 159 |
|
| 160 |
-
return {"status": "OK", "message": "
|
| 161 |
except Exception as e:
|
| 162 |
log_exception(e)
|
| 163 |
raise HTTPException(
|
|
|
|
| 157 |
|
| 158 |
get_clusters_data()
|
| 159 |
|
| 160 |
+
return {"status": "OK", "message": "DeepShelf API is healthy and core services are loaded."}
|
| 161 |
except Exception as e:
|
| 162 |
log_exception(e)
|
| 163 |
raise HTTPException(
|