add: add counterparty folder delete apig

This commit is contained in:
behruz-dev
2025-09-03 17:31:30 +05:00
parent e1ddd3a14a
commit 1263a09263
2 changed files with 19 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ urlpatterns = [
[
path('list/', folder_views.CounterpartyFolderListApiView.as_view()),
path('create/', folder_views.CounterpartyCreateApiView.as_view()),
path('<uuid:id>/', folder_views.CounterpartyDeleteApiView.as_view()),
]
))
]