From 954a08c6246661d77a582a6e2f1e0e78325b675f Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Sun, 22 Mar 2015 16:01:24 +0200 Subject: [PATCH] change remote api url from http to https --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index e75ea83..8432225 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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) {