http->https
This commit is contained in:
parent
5aa52b1f58
commit
700ba8f2e0
@ -277,8 +277,8 @@ function getSuggestedExchange(currency: string): Promise<string> {
|
|||||||
// TODO: make this request go to the wallet backend
|
// TODO: make this request go to the wallet backend
|
||||||
// Right now, this is a stub.
|
// Right now, this is a stub.
|
||||||
const defaultExchange = {
|
const defaultExchange = {
|
||||||
"KUDOS": "http://exchange.demo.taler.net",
|
"KUDOS": "https://exchange.demo.taler.net",
|
||||||
"PUDOS": "http://exchange.test.taler.net",
|
"PUDOS": "https://exchange.test.taler.net",
|
||||||
};
|
};
|
||||||
|
|
||||||
let exchange = defaultExchange[currency];
|
let exchange = defaultExchange[currency];
|
||||||
|
Loading…
Reference in New Issue
Block a user