add: add counterparty statistics

This commit is contained in:
behruz-dev
2025-09-09 17:47:14 +05:00
parent 3db4369675
commit 80bfe4691d
2 changed files with 18 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ urlpatterns = [
path('archived/list/', cp_views.ArchivedCounterpartyListApiView.as_view()),
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('counterparty_folder/', include(