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

@@ -29,7 +29,7 @@ urlpatterns = [
path('accounts/', include('core.apps.accounts.urls')),
path('company/', include('core.apps.company.urls')),
path('shared/', include('core.apps.shared.urls')),
path('wherehouses/', include('core.apps.wherehouse.urls')),
path('warehouse/', include('core.apps.wherehouse.urls')),
path('projects/', include('core.apps.projects.urls')),
path('products/', include('core.apps.products.urls')),
path('orders/', include('core.apps.orders.urls')),