Parcourir la source

Merge branch 'master' of http://git.zzliaoyuan.com:4000/wushaodong/decorate

lijiangwei il y a 4 ans
Parent
commit
bdf84c5c54
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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