|
@@ -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')),
|
|
|
]
|
|
|
|
|
|
|