change remote api url from http to https

This commit is contained in:
Riku Rouvila
2015-03-22 16:01:24 +02:00
parent e829e41cbd
commit 954a08c624

View File

@@ -119,7 +119,7 @@ gulp.task('server', function() {
var proxy = httpProxy.createProxyServer({
changeOrigin: true,
target: process.env.SERVER || 'http://koodiklinikka.fi/api'
target: process.env.SERVER || 'https://koodiklinikka.fi/api'
});
proxy.on('error', function(err) {