Add health check endpoint
This commit is contained in:
parent
50165ce789
commit
cba7f31d6f
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ def create_app():
|
|||
app.include_router(endpoints_router)
|
||||
app.include_router(validate_router)
|
||||
app.include_router(chat_router)
|
||||
app.get("/health")(lambda: {"status": "OK"})
|
||||
return app
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue