fix: part of functionality has taken from ContractView to ContractRelationsViewSet

This commit is contained in:
2025-08-06 09:47:41 +05:00
parent 8de652c57b
commit 59d1fe4a9a
4 changed files with 17 additions and 9 deletions

View File

@@ -95,7 +95,7 @@ PATCH /banks/<uuid:pk> # admin # ok
GET /contracts # admin # ok
POST /contracts # user # remake
POST /contracts # user # ok
GET /contracts/<uuid:pk> # admin # ok
DELETE /contracts/<uuid:pk> # admin # ok
PATCH /contracts/<uuid:pk> # admin # ok