Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit b0d8438

Browse files
authored
ResourcesToContractsController extends BaseResourceChildController
1 parent 7675001 commit b0d8438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/dataspaceconnector/controller/resource/relation/ResourcesToContractsController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
@RestController
3535
@RequestMapping(BasePath.RESOURCES + "/{id}/" + BaseType.CONTRACTS)
3636
@Tag(name = ResourceName.RESOURCES, description = ResourceDescription.RESOURCES)
37-
public class ResourcesToContractsController extends BaseResourceChildRestrictedController<
37+
public class ResourcesToContractsController extends BaseResourceChildController<
3838
ResourceContractLinker, Contract, ContractView> {
3939
}

0 commit comments

Comments
 (0)