rename url

This commit is contained in:
behruz-dev
2025-08-25 10:10:12 +05:00
parent 261c811ce6
commit a6d0266668
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ from core.apps.wherehouse.views import wherehouse as wherehouse_views
urlpatterns = [
path('wherehouse/', include(
path('warehouse/', include(
[
path('list/', wherehouse_views.WhereHouseListApiView.as_view()),
path('<uuid:id>/', wherehouse_views.WhereHouseDetailApiView.as_view()),