|
@@ -20,7 +20,7 @@ from rest_framework import routers
|
|
|
from background.views import ProductInfoSet
|
|
|
|
|
|
router = routers.DefaultRouter()
|
|
|
-router.register(r'product_info', ProductInfoSet)
|
|
|
+router.register(r'productInfo', ProductInfoSet)
|
|
|
|
|
|
urlpatterns = [
|
|
|
# path('admin/', admin.site.urls),
|