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

This commit is contained in:
Râu Cao 2024-08-17 14:49:29 +02:00
commit 0f07e32781
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -14,7 +14,7 @@ class Services::RsAuthsController < Services::BaseController
@auth.destroy!
respond_to do |format|
format.html do redirect_to services_storage_url, flash: {
format.html do redirect_to apps_services_storage_url, flash: {
success: 'App authorization revoked'
}
end