mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: courses refactor
This commit is contained in:
parent
0572368a32
commit
34e0413ee7
11 changed files with 17 additions and 18 deletions
|
|
@ -1,5 +1,6 @@
|
|||
from fastapi import APIRouter
|
||||
from src.routers import chapters, collections, courses, users, auth, houses, orgs, roles
|
||||
from src.routers import users, auth, houses, orgs, roles
|
||||
from src.routers.courses import chapters, collections, courses
|
||||
|
||||
|
||||
global_router = APIRouter(prefix="/api")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue