fix: url暂时不导入ichat
This commit is contained in:
commit
d7dfb8c48f
|
@ -44,7 +44,7 @@ urlpatterns = [
|
||||||
|
|
||||||
# api
|
# api
|
||||||
path('', include('apps.auth1.urls')),
|
path('', include('apps.auth1.urls')),
|
||||||
path('', include('apps.ichat.urls')),
|
# path('', include('apps.ichat.urls')),
|
||||||
path('', include('apps.system.urls')),
|
path('', include('apps.system.urls')),
|
||||||
path('', include('apps.monitor.urls')),
|
path('', include('apps.monitor.urls')),
|
||||||
path('', include('apps.wf.urls')),
|
path('', include('apps.wf.urls')),
|
||||||
|
|
Loading…
Reference in New Issue