diff --git a/config/application.rb b/config/application.rb index 562c2af5ae..ad448a4452 100644 --- a/config/application.rb +++ b/config/application.rb @@ -52,6 +52,7 @@ class Application < Rails::Application resource '/master_files/*/supplemental_files/*', headers: :any, methods: [:get] resource '/playlists/*/manifest.json', headers: :any, credentials: true, methods: [:get] resource '/timelines/*/manifest.json', headers: :any, methods: [:get, :post] + resource '/master_files/*/search', headers: :any, methods: [:get] end end