http->https

This commit is contained in:
Florian Dold 2016-03-05 12:17:46 +01:00
parent 5aa52b1f58
commit 700ba8f2e0

View File

@ -277,8 +277,8 @@ function getSuggestedExchange(currency: string): Promise<string> {
// TODO: make this request go to the wallet backend
// Right now, this is a stub.
const defaultExchange = {
"KUDOS": "http://exchange.demo.taler.net",
"PUDOS": "http://exchange.test.taler.net",
"KUDOS": "https://exchange.demo.taler.net",
"PUDOS": "https://exchange.test.taler.net",
};
let exchange = defaultExchange[currency];