diff --git a/backend/product/urls.py b/backend/product/urls.py index 1233472..20cf31d 100644 --- a/backend/product/urls.py +++ b/backend/product/urls.py @@ -6,6 +6,6 @@ urlpatterns = [ path('categories', AllCategories.as_view(), name='all-categories'), path('slider_categories', ShowCaseCategoryListView.as_view(), name='all-categories'), path('comments/', CommentView.as_view(), name='comment-views'), - path('', ProductView.as_view(), name='product-detail'), + path('/', ProductView.as_view(), name='product-detail'), path('', AllProductsView.as_view(), name='category-products'), ] \ No newline at end of file