Fixed filters and GTIN retrieval.
This commit is contained in:
@@ -11,5 +11,5 @@ router.register(r'products', GtinProductViewSet)
|
||||
|
||||
urlpatterns = [
|
||||
path('', include(router.urls)),
|
||||
path('api-auth/', include('rest_framework.urls', namespace='rest_framework'))
|
||||
path('auth/', include('rest_framework.urls', namespace='rest_framework'))
|
||||
]
|
||||
Reference in New Issue
Block a user