Improving client viewing log

This commit is contained in:
Scott Idem
2021-07-02 17:55:37 -04:00
parent 6bbd129634
commit 2b8d00551c
5 changed files with 166 additions and 7 deletions

View File

@@ -156,7 +156,7 @@ app.include_router(
)
app.include_router(
log_client_viewing.router,
prefix='/log/client_viewing',
# prefix='/log/client_viewing',
tags=['Log Client Viewing'],
)
app.include_router(
@@ -265,6 +265,7 @@ origins = [
'http://dev-idaa.localhost:5000',
'http://connect.home:5000',
'http://connect.localhost:5000',
'http://svelte.localhost:5555',
]
app.add_middleware(