Skip to content

Commit

Permalink
Merge pull request #41 from AtlasOfLivingAustralia/feature/#781_2
Browse files Browse the repository at this point in the history
#712 add publication version list
  • Loading branch information
temi committed Nov 21, 2023
2 parents 789de5f + e97ba2c commit f47619f
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"]
"/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 f47619f

Please sign in to comment.