This commit is contained in:
behruz-dev
2025-11-05 18:33:02 +05:00
parent 512bdff708
commit 8ae2cce79e
2 changed files with 84 additions and 0 deletions

View File

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