fix webpack dev server (#5631)
This commit is contained in:
@@ -70,7 +70,7 @@ module.exports = {
|
||||
compress: true,
|
||||
port: 8999,
|
||||
proxy: {
|
||||
'/api': 'https://localhost:9443',
|
||||
'/api': 'http://localhost:9000',
|
||||
},
|
||||
open: true,
|
||||
writeToDisk: true,
|
||||
|
||||
Reference in New Issue
Block a user