mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 09:25:06 +01:00
fixed app to api health Check
This commit is contained in:
parent
b3d7d6a79d
commit
e487ec5370
1 changed files with 1 additions and 1 deletions
|
@ -863,6 +863,6 @@ async def extract_references_and_questions(
|
|||
|
||||
return compiled_references, inferred_queries, defiltered_query
|
||||
|
||||
@app.get("/health")
|
||||
@api.get("/health")
|
||||
async def health_check():
|
||||
return Response(status_code=200)
|
||||
|
|
Loading…
Reference in a new issue