Working on event session, presentation, and presenter create and update.

This commit is contained in:
Scott Idem
2021-08-23 16:06:49 -04:00
parent bbf5d3e2bc
commit 13c2375727
8 changed files with 324 additions and 52 deletions

View File

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