mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
fixed: cleaned up code and added import in init
This commit is contained in:
parent
e419702ebd
commit
4e6b4cc57d
3 changed files with 4 additions and 9 deletions
|
|
@ -24,6 +24,7 @@ router = APIRouter()
|
|||
|
||||
router.include_router(search_spaces_router)
|
||||
router.include_router(rbac_router) # RBAC routes for roles, members, invites
|
||||
router.include_router(editor_router)
|
||||
router.include_router(documents_router)
|
||||
router.include_router(podcasts_router)
|
||||
router.include_router(chats_router)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue