hujingpei %!s(int64=4) %!d(string=hai) anos
pai
achega
50e1f3d1b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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