- setting port 9443 as primary (#5610)

- updated markdown files
- updated dockerfiles
- updated test files
- updated webpack
This commit is contained in:
zees-dev
2021-09-14 09:46:59 +12:00
committed by GitHub
parent 1633eceed5
commit c7760b7d48
11 changed files with 23 additions and 22 deletions

View File

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