hujingpei 4 жил өмнө
parent
commit
50e1f3d1b1
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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