diff --git a/app/main.py b/app/main.py index 87aa3c1..acd3753 100644 --- a/app/main.py +++ b/app/main.py @@ -119,7 +119,7 @@ app.include_router( ) app.include_router( data_store.router, - prefix='/data_store', + # prefix='/data_store', tags=['Data Store'], ) app.include_router(