require the action_cable engine instead of just the root
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user