WIP Add RS auths/apps to Storage dashboard

This commit is contained in:
Râu Cao
2023-10-25 22:14:07 +02:00
parent 2b8bfaaca8
commit 00ec7fa21c
5 changed files with 48 additions and 1 deletions

View File

@@ -100,4 +100,8 @@ Rails.application.routes.draw do
end
root to: 'dashboard#index'
direct :s3_image do |blob|
File.join(ENV['S3_ALIAS_HOST'], blob.key)
end
end