add new api

This commit is contained in:
behruz-dev
2025-09-04 18:39:41 +05:00
parent fdf0c9808b
commit 7949c0c25e
3 changed files with 23 additions and 2 deletions

View File

@@ -8,4 +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()),
]