feat: add GET /aggregates

This commit is contained in:
Magel, Denis
2025-09-18 10:10:30 +02:00
parent d564710004
commit 63bcd9b931
5 changed files with 56 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
from .router import router as example_router
from .aggregate_router import router as aggregate_router
__all__ = ["example_router"]
__all__ = ["example_router", "aggregate_router"]