Skip to content

Commit ca1b5b7

Browse files
committed
update https api url
1 parent df3260b commit ca1b5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const commonConfig = merge([
4646
]);
4747

4848
const productionConfig = merge([
49-
parts.loadEnv('http://code-editor-api.herokuapp.com'),
49+
parts.loadEnv('https://code-editor-api.herokuapp.com'),
5050

5151
parts.extractCSS({
5252
use: 'css-loader',

0 commit comments

Comments
 (0)