Skip to content

Commit

Permalink
#712 add publication version list
Browse files Browse the repository at this point in the history
  • Loading branch information
schoicsiro committed Nov 21, 2023
1 parent 54ff53a commit 854dae9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class UrlMappings {
"/opus/$opusId/profile/$profileId/specimen" controller: "profile", action: [POST: "saveSpecimens"]

"/opus/$opusId/profile/$profileId/classification" controller: "profile", action: [GET: "classification"]

"/opus/$opusId/profile/$profileId/publication" controller: "profile", action: [GET: "listPublications", POST: "savePublication"]
"/opus/$opusId/profile/$profileId/publication/$publicationId/file" controller: "profile", action: [GET: "getPublicationFile"]

"/opus/$opusId/profile/$profileId/profileSettings" controller: "profile", action: [GET: "getProfileSettings", POST: "saveProfileSettings"]
Expand Down

0 comments on commit 854dae9

Please sign in to comment.