hujingpei 4 سال پیش
والد
کامیت
4912969705
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/tenant/urls.py

+ 1 - 1
apps/tenant/urls.py

@@ -20,7 +20,7 @@ urlpatterns = [
     url(r'^device/', include('apps.tenant.device.urls')),
     url(r'^notices/', include('apps.tenant.notices.urls')),
     url(r'^poster/', include('apps.tenant.poster.urls')),
-    url(r'^operation_help', include('apps.tenant.operation_help.urls')),
+    url(r'^operation_help/', include('apps.tenant.operation_help.urls')),
 ]