Browse Source

客户报备

hujingpei 4 years ago
parent
commit
e5fde87b2a
1 changed files with 0 additions and 13 deletions
  1. 0 13
      apps/new_customer/urls.py

+ 0 - 13
apps/new_customer/urls.py

@@ -1,13 +0,0 @@
-# coding=utf-8
-from django.conf.urls import url, include
-from rest_framework.routers import SimpleRouter
-
-
-
-urlpatterns = [
-    url(r'^customer/', include('apps.new_customer.customer.urls')),
-]
-
-# router = SimpleRouter()
-# router.register(r'', )
-# urlpatterns += router.urls