Changed API_URL from http to https

This commit is contained in:
ireic
2020-01-25 22:07:34 +01:00
parent a0ccc9b59b
commit 96959d0ce6
3 changed files with 5 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ module.exports = {
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: JSON.stringify('production'),
API_URL: JSON.stringify('http://jira-api.ivorreic.com'),
API_URL: JSON.stringify('https://jira-api.ivorreic.com'),
},
}),
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),