fix: endpoint path fixed
This commit is contained in:
@@ -55,7 +55,7 @@ urlpatterns: list[object] = [
|
||||
name="contract-owners-api-view"
|
||||
),
|
||||
path(
|
||||
r"/contract-owners/<uuid:owner_id>/files/<uuid:file_id>",
|
||||
r"/contracts/<uuid:pk>/files",
|
||||
views.ContractAttachedFileApiView.as_view(),
|
||||
name="contract-attached-files-api-view"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user