Work on data stores

This commit is contained in:
Scott Idem
2022-03-28 14:47:20 -04:00
parent 41a6da9409
commit 994811770b

View File

@@ -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(