Skip to content

Commit 83cda9a

Browse files
committed
Merge branch 'claude/frosty-newton'
2 parents 79f64a7 + 2238c64 commit 83cda9a

12 files changed

Lines changed: 1720 additions & 28 deletions

File tree

bases/rsptx/admin_server_api/core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
from .routers import lti1p3
2828
from .routers import instructor
29+
from .routers import analytics
2930

3031
# FastAPI setup
3132
# =============
@@ -45,6 +46,7 @@
4546

4647
app.include_router(lti1p3.router)
4748
app.include_router(instructor.router)
49+
app.include_router(analytics.router)
4850

4951
# load a common set of middleware/exception handlers
5052
add_exception_handlers(app)

0 commit comments

Comments
 (0)