Fixed filters and GTIN retrieval.

This commit is contained in:
2022-05-30 11:41:48 +02:00
parent 9247c27278
commit 068d13261b
2 changed files with 28 additions and 4 deletions

View File

@@ -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'))
]