Add new function to get traffic

This commit is contained in:
Urtzi Alfaro
2025-07-23 23:25:50 +02:00
parent 741d8d3bd8
commit 31c30354bc
5 changed files with 447 additions and 40 deletions

View File

@@ -177,7 +177,6 @@ async def global_exception_handler(request: Request, exc: Exception):
# Authentication is handled by API Gateway
app.include_router(
training.router,
prefix="/training",
tags=["training"]
)