add: add new model

This commit is contained in:
behruz-dev
2025-09-04 18:56:32 +05:00
parent 7949c0c25e
commit 3b90a1bd23
2 changed files with 10 additions and 12 deletions

View File

@@ -8,5 +8,5 @@ urlpatterns = [
path('order/list/', order_views.OrderListApiView.as_view()),
path('supplier/create/', supp_views.SupplierCreateApiView.as_view()),
path('supplier/<str:tg_id>/', supp_views.SupplierGetApiView.as_view()),
path('supplier/list/', supp_views.SupplierListApiView.as_view()),
path('supplier/', supp_views.SupplierListApiView.as_view()),
]