Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit 512fdce

Browse files
Fix v95
1 parent 7a02fe8 commit 512fdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/chat/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async def load_crew():
4949

5050
# Роуты
5151
app.include_router(api_router)
52-
# app.include_router(health_router)
52+
app.include_router(health_router)
5353

5454
# Трейсинг и лог старта
5555
setup_tracing(app)

0 commit comments

Comments
 (0)