Work on event files and related

This commit is contained in:
Scott Idem
2022-08-19 17:46:19 -04:00
parent 4048bd3a51
commit f3f53e73b4
9 changed files with 282 additions and 25 deletions

View File

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