mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-11 00:02:46 +00:00
change remote api url from http to https
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user