some parts of product - fix custom pagination - add id to pages list
This commit is contained in:
5
apps/product/urls.py
Normal file
5
apps/product/urls.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('web/api/', include('apps.product.web.api.v1.urls'))
|
||||
]
|
||||
Reference in New Issue
Block a user