From 994811770b86b48d13825fc014258d433c5efef6 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Mon, 28 Mar 2022 14:47:20 -0400 Subject: [PATCH] Work on data stores --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(