require the action_cable engine instead of just the root

This commit is contained in:
2026-05-17 12:07:11 -05:00
parent ee8861355b
commit 383872b800
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -14,6 +14,8 @@ Mozo::Application.configure do
resource '*', headers: :any, methods: %i[get post put patch delete options]
end
end
#config.action_cable.allowed_request_origins = ['https://localhost:4201', 'https://localhost:4202']
config.lnd_credentials_path = '/mnt/ext1/.lnd/tls.cert'
config.lnd_macaroon_path = '/mnt/ext1/.lnd/data/chain/bitcoin/mainnet/admin.macaroon'