add: add new api

This commit is contained in:
behruz-dev
2025-09-16 15:51:16 +05:00
parent 34be2e61ac
commit c02644a587
2 changed files with 14 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ urlpatterns = [
path('statistics/', cp_views.CounterpartyStatisticsApiView.as_view()),
path('all/', cp_views.CounterpartiesApiView.as_view()),
path("<uuid:id>/", cp_views.CounterpartyDetailApiView.as_view()),
path('<uuid:id>/un_archive/', cp_views.UnArchiveCounterpartyApiView.as_view()),
]
)),
path('counterparty_folder/', include(