mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 05:40:17 +00:00
fixed app to api health Check
This commit is contained in:
@@ -863,6 +863,6 @@ async def extract_references_and_questions(
|
|||||||
|
|
||||||
return compiled_references, inferred_queries, defiltered_query
|
return compiled_references, inferred_queries, defiltered_query
|
||||||
|
|
||||||
@app.get("/health")
|
@api.get("/health")
|
||||||
async def health_check():
|
async def health_check():
|
||||||
return Response(status_code=200)
|
return Response(status_code=200)
|
||||||
|
|||||||
Reference in New Issue
Block a user