From 7ea021afe3a22302f4334eacfc523dfbbb98cddd Mon Sep 17 00:00:00 2001 From: Nikita Date: Sat, 28 Oct 2023 04:00:12 +0300 Subject: [PATCH] Rename docs --- apps/py-conveyor-service/server/routers/analytics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/py-conveyor-service/server/routers/analytics.py b/apps/py-conveyor-service/server/routers/analytics.py index daa9254..14ed1d8 100644 --- a/apps/py-conveyor-service/server/routers/analytics.py +++ b/apps/py-conveyor-service/server/routers/analytics.py @@ -5,7 +5,7 @@ from api.request.analytics import AnalyticsFilters from managers.analytics import AnalyticsManager from server.depends import get_session, PagesPaginationParams -router = APIRouter(prefix="/analytics", tags=['Ride']) +router = APIRouter(prefix="/api/analytics", tags=['Ride']) @router.post('/all')