Work on event launcher and related

This commit is contained in:
Scott Idem
2021-10-21 01:08:07 -04:00
parent 53c6c6b51c
commit bde6ec1a2b
6 changed files with 248 additions and 12 deletions

View File

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