mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 16:28:21 +00:00
huh?
This commit is contained in:
parent
6c08b99476
commit
0310aabc97
1 changed files with 3 additions and 1 deletions
|
|
@ -172,7 +172,9 @@ end
|
|||
Rails.application.routes.draw do
|
||||
use_doorkeeper_openid_connect
|
||||
use_doorkeeper
|
||||
mount LetterOpenerWeb::Engine, at: "/letter_opener" if Rails.env.development?
|
||||
if Rails.env.development?
|
||||
mount LetterOpenerWeb::Engine, at: "/letter_opener"
|
||||
end
|
||||
mount ActiveStorageEncryption::Engine, at: "/encrypted_blobs"
|
||||
|
||||
# Image conversion routes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue