Merge branch 'master' into live
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-17 14:42:32 +02:00
27 changed files with 270 additions and 36 deletions

View File

@@ -48,7 +48,8 @@ Rails.application.routes.draw do
end
resource :storage, controller: 'remotestorage', only: [:show] do
resources :rs_auths, only: [:destroy] do
get :apps, to: "rs_auths#index"
resources :rs_auths, only: [:index, :destroy] do
member do
get :revoke, to: 'rs_auths#destroy'
get :launch_app