nice-bill commited on
Commit
d7d1a53
·
1 Parent(s): 2d59a4a

Fix: Update healthcheck message to DeepShelf API

Browse files
Files changed (1) hide show
  1. src/book_recommender/api/main.py +1 -1
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": "BookFinder API is healthy and core services are loaded."}
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(