fixed app to api health Check

This commit is contained in:
ayushjha119 2023-12-21 17:51:30 +05:30
parent b3d7d6a79d
commit e487ec5370

View file

@ -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)