File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 4
4
scope ActiveStorage . routes_prefix do
5
5
get "/blobs/redirect/:signed_id/*filename" => "active_storage/blobs/redirect#show" , as : :rails_service_blob
6
6
get "/blobs/proxy/:signed_id/*filename" => "active_storage/blobs/proxy#show" , as : :rails_service_blob_proxy
7
+ get "/blobs/:signed_id/*filename" => "active_storage/blobs/redirect#show"
7
8
8
9
get "/representations/redirect/:signed_blob_id/:variation_key/*filename" => "active_storage/representations/redirect#show" , as : :rails_blob_representation
9
10
get "/representations/proxy/:signed_blob_id/:variation_key/*filename" => "active_storage/representations/proxy#show" , as : :rails_blob_representation_proxy
11
+ get "/representations/:signed_blob_id/:variation_key/*filename" => "active_storage/representations/redirect#show"
10
12
11
13
get "/disk/:encoded_key/*filename" => "active_storage/disk#show" , as : :rails_disk_service
12
14
put "/disk/:encoded_token" => "active_storage/disk#update" , as : :update_rails_disk_service
You can’t perform that action at this time.
0 commit comments