Change user backups to use expiring URLs for download when possible (#24136)
This commit is contained in:
parent
251dd0b72b
commit
a42b48ea4e
6 changed files with 32 additions and 4 deletions
|
|
@ -183,6 +183,7 @@ Rails.application.routes.draw do
|
|||
|
||||
get '/public', to: 'public_timelines#show', as: :public_timeline
|
||||
get '/media_proxy/:id/(*any)', to: 'media_proxy#show', as: :media_proxy, format: false
|
||||
get '/backups/:id/download', to: 'backups#download', as: :download_backup, format: false
|
||||
|
||||
resource :authorize_interaction, only: [:show, :create]
|
||||
resource :share, only: [:show, :create]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue