Work on event list

This commit is contained in:
Scott Idem
2021-07-12 18:19:18 -04:00
parent 9d1b520718
commit e4d60309a0
2 changed files with 8 additions and 8 deletions

View File

@@ -96,7 +96,7 @@ app.include_router(
)
app.include_router(
event.router,
prefix='/event',
# prefix='/event',
tags=['Event'],
)
app.include_router(