diff --git a/server/urls.py b/server/urls.py index 0eb2954c..473e362f 100755 --- a/server/urls.py +++ b/server/urls.py @@ -44,7 +44,7 @@ urlpatterns = [ # api path('', include('apps.auth1.urls')), - path('', include('apps.ichat.urls')), + # path('', include('apps.ichat.urls')), path('', include('apps.system.urls')), path('', include('apps.monitor.urls')), path('', include('apps.wf.urls')),