add: add all counterparties api

This commit is contained in:
behruz-dev
2025-09-10 14:08:02 +05:00
parent b9f3dbc96e
commit d9f43bd47b
2 changed files with 15 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ urlpatterns = [
path('<uuid:id>/delete/', cp_views.CounterpartyDeleteApiView.as_view()),
path('<uuid:id>/update/', cp_views.CounterpartyUpdateApiView.as_view()),
path('statistics/', cp_views.CounterpartyStatisticsApiView.as_view()),
path('all/', cp_views.CounterpartiesApiView.as_view()),
]
)),
path('counterparty_folder/', include(