Skip to content

Commit

Permalink
#781 revert getPublicationfile
Browse files Browse the repository at this point in the history
  • Loading branch information
schoicsiro committed Nov 13, 2023
1 parent a077535 commit c2e57b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grails-app/controllers/au/org/ala/profile/UrlMappings.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ class UrlMappings {

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

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

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

"/opus/$opusId/profile/$profileId/comment" controller: "comment", action: [GET: "getComments", PUT: "addComment"]
Expand Down

0 comments on commit c2e57b2

Please sign in to comment.