Browse Source
Merge pull request #338 from valpinkman/fix-install-app
Fixed BASE_SOCKET_URL to accept endpoints
master
Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/internals/manager/constants.js
|
|
@ -1,6 +1,6 @@ |
|
|
|
// Socket endpoint
|
|
|
|
|
|
|
|
export const BASE_SOCKET_URL = 'ws://api.ledgerwallet.com/update/install' |
|
|
|
export const BASE_SOCKET_URL = 'ws://api.ledgerwallet.com/update' |
|
|
|
// If you want to test locally with https://github.com/LedgerHQ/ledger-update-python-api
|
|
|
|
// export const BASE_SOCKET_URL = 'ws://localhost:3001/update'
|
|
|
|
|
|
|
|