Skip to content

Commit

Permalink
Merge pull request #5981 from avalonmediasystem/cjcolvar-patch-3
Browse files Browse the repository at this point in the history
Match correct route
  • Loading branch information
cjcolvar authored Sep 4, 2024
2 parents 9473f86 + 6396ef1 commit 426bbf1
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 @@ -58,7 +58,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 426bbf1

Please sign in to comment.