Skip to content

Commit

Permalink
Merge pull request #33 from performant-software/feature/iiif30_manifest
Browse files Browse the repository at this point in the history
IIIF #30 - Manifest
  • Loading branch information
dleadbetter authored May 12, 2023
2 parents 7005986 + be0d140 commit f5d5a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/public/resources_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Public::ResourcesController < Api::ResourcesController
prepend_before_action :set_project, only: [:create, :update]
prepend_before_action :set_project_id, only: :index
prepend_before_action :set_resource, only: [:show, :destroy, :update, :manifest]
skip_before_action :authenticate_request, only: :manifest

def manifest
resource = Resource.find(params[:id])
Expand Down

0 comments on commit f5d5a00

Please sign in to comment.