Skip to content

Commit

Permalink
Match correct route
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar authored Aug 12, 2024
1 parent bf3b288 commit 6396ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Application < Rails::Application
resource '/avalon_marker/*', headers: :any, credentials: true, methods: [:get, :post, :put, :delete]
resource '/media_objects/*/manifest*', headers: :any, methods: [:get]
resource '/master_files/*/thumbnail', headers: :any, methods: [:get]
resource '/master_files/*/transcript/*/*', headers: :any, methods: [:get]
resource '/master_files/*/transcript/*', headers: :any, methods: [:get]
resource '/master_files/*/structure.json', headers: :any, methods: [:get, :post, :delete]
resource '/master_files/*/waveform.json', headers: :any, methods: [:get]
resource '/master_files/*/*.m3u8', headers: :any, credentials: true, methods: [:get, :head]
Expand Down

0 comments on commit 6396ef1

Please sign in to comment.