Working on event registration and related.

This commit is contained in:
Scott Idem
2021-08-17 20:53:01 -04:00
parent 2f037290d9
commit ad9417911a
11 changed files with 294 additions and 35 deletions

View File

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