From 22b3b91c2f27e06f2b262fed5514e0287af61471 Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Sun, 8 Jun 2025 17:36:47 +0300 Subject: [PATCH] Fixes: OrderProductViewSet --- core/api_urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/api_urls.py b/core/api_urls.py index f40e1b08..3faadbc6 100644 --- a/core/api_urls.py +++ b/core/api_urls.py @@ -19,6 +19,7 @@ from core.viewsets import ( BrandViewSet, CategoryViewSet, FeedbackViewSet, + OrderProductViewSet, OrderViewSet, ProductTagViewSet, ProductViewSet,