fix webpack dev server (#5630)

pull/5632/head
zees-dev 2021-09-15 17:54:44 +12:00 committed by GitHub
parent e3f7561ced
commit 52f9320952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ module.exports = {
compress: true,
port: 8999,
proxy: {
'/api': 'https://localhost:9443',
'/api': 'http://localhost:9000',
},
open: true,
writeToDisk: true,