This commit is contained in:
behruz-dev
2025-09-24 16:48:50 +05:00
parent 0acc0a920a
commit 87ef320837
2 changed files with 24 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ urlpatterns = [
path('pay/', party_views.PartyPaymentApiView.as_view()),
path('statistics/', party_views.PartyStatisticsApiView.as_view()),
path('bulk-delete/', party_views.DeleteMultiplePartyApiView.as_view()),
path('<uuid:id>/change-confirmation/', party_views.ChangeConfirmationPartyApiView.as_view()),
]
)),
]