fix(platform): Include health router (#8362)

include health router
This commit is contained in:
Aarushi
2024-10-17 11:09:33 +01:00
committed by GitHub
parent d6d2820b92
commit ac33c1eb03

View File

@@ -267,6 +267,7 @@ class AgentServer(AppService):
app.add_exception_handler(500, self.handle_internal_http_error)
app.include_router(api_router)
app.include_router(health_router)
uvicorn.run(
app,