Skip to content

Commit

Permalink
Merge pull request DSpace#9947 from saschaszott/patch-52
Browse files Browse the repository at this point in the history
ItemOwningCollectionUpdateRestController: fix typo in endpoint path
  • Loading branch information
tdonohue authored Nov 1, 2024
2 parents ac51918 + 6a7b0fc commit d230e22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import org.springframework.web.bind.annotation.RestController;

/**
* This controller will handle all the incoming calls on the api/code/items/{uuid}/owningCollection endpoint
* This controller will handle all the incoming calls on the api/core/items/{uuid}/owningCollection endpoint
* where the uuid corresponds to the item of which you want to edit the owning collection.
*/
@RestController
Expand Down

0 comments on commit d230e22

Please sign in to comment.