feat: cms users institution department manager
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from django.urls import path, include
|
||||
|
||||
# apps/cms 是 CMS 薄壳:聚合各领域 app 的 /api/cms/ 路由 + 未来的跨领域看板。
|
||||
# 机构管理已迁至 organization 域(apps/organization),在此聚合。
|
||||
urlpatterns = [
|
||||
path('', include('apps.organization.urls')), # 机构、科室
|
||||
path('', include('apps.user.cms_urls')), # 用户
|
||||
]
|
||||
Reference in New Issue
Block a user