add: add archive api for counterparty

This commit is contained in:
behruz-dev
2025-09-03 17:18:39 +05:00
parent 639b1641d4
commit 2a01d13381
5 changed files with 38 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ urlpatterns = [
[
path('list/', cp_views.CounterpartyListApiView.as_view()),
path('create/', cp_views.CounterpartyCreateApiView.as_view()),
path('<uuid:id>/archive/', cp_views.ArchiveCounterpartyApiView.as_view()),
]
)),
path('counterparty_folder/', include(