Work on archives

This commit is contained in:
Scott Idem
2021-11-01 17:17:02 -04:00
parent f31626f51c
commit 82a6cb4525
5 changed files with 80 additions and 18 deletions

View File

@@ -86,7 +86,7 @@ app.include_router(
)
app.include_router(
archive.router,
prefix='/archive',
# prefix='/archive',
tags=['Archive'],
)
app.include_router(