Skip to content

Commit

Permalink
Merge pull request #33 from AtlasOfLivingAustralia/feature/#781
Browse files Browse the repository at this point in the history
#781 remove PDF export feature
  • Loading branch information
temi authored Nov 13, 2023
2 parents 3410012 + c2e57b2 commit 54ff53a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class UrlMappings {

"/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 54ff53a

Please sign in to comment.