1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

fix webpack dev server (#5631)

This commit is contained in:
zees-dev 2021-09-15 17:55:06 +12:00 committed by GitHub
parent e3f7561ced
commit 555c9f238f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,