Browse Source

客户报备

hujingpei 4 năm trước cách đây
mục cha
commit
50e1f3d1b1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      apps/customer/urls.py

+ 1 - 1
apps/customer/urls.py

@@ -11,5 +11,5 @@ urlpatterns = [
 ]
 
 router = SimpleRouter()
-router.register(r'', ReportCustomerViewSet)
+router.register(r'reportcustomer', ReportCustomerViewSet)
 urlpatterns += router.urls