(change, add): party status change api added, and celery task changed

This commit is contained in:
behruz-dev
2025-08-26 09:56:23 +05:00
parent 30e0e3462f
commit 77c8bcaae5
3 changed files with 29 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ urlpatterns = [
path(
'<uuid:party_id>/order/<uuid:order_id>/remove/', party_views.OrderDeleteToPartyApiView.as_view()
),
path('<uuid:party_id>/is_made/', party_views.PartyChangeStatusToIsMadeApiView.as_view()),
]
)),
]