1
0
Fork 0
forked from gitea/nas

Merge commit 'ab85f59c30' into kb_migration

This commit is contained in:
KMY 2023-03-17 09:39:40 +09:00
commit c8a0050660
30 changed files with 321 additions and 63 deletions

View file

@ -221,6 +221,7 @@ Rails.application.routes.draw do
resource :statuses_cleanup, controller: :statuses_cleanup, only: [:show, :update]
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]