Working on journal related

This commit is contained in:
Scott Idem
2021-07-22 14:04:25 -04:00
parent b9483b5bdd
commit 6b2e0b67e0
6 changed files with 86 additions and 23 deletions

View File

@@ -151,7 +151,7 @@ app.include_router(
)
app.include_router(
journal_entry.router,
prefix='/journal/entry',
# prefix='/journal/entry',
tags=['Journal Entry'],
)
app.include_router(