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