forked from AkkomaGang/akkoma-fe
config: fix typo
This commit is contained in:
parent
f3a27764aa
commit
fd25f68741
1 changed files with 2 additions and 2 deletions
|
@ -23,12 +23,12 @@ module.exports = {
|
|||
assetsPublicPath: '/',
|
||||
proxyTable: {
|
||||
'/api': {
|
||||
target: 'htts://localhost:4000/',
|
||||
target: 'http://localhost:4000/',
|
||||
changeOrigin: true,
|
||||
cookieDomainRewrite: 'localhost'
|
||||
},
|
||||
'/socket': {
|
||||
target: 'htts://localhost:4000/',
|
||||
target: 'http://localhost:4000/',
|
||||
changeOrigin: true,
|
||||
cookieDomainRewrite: 'localhost',
|
||||
ws: true
|
||||
|
|
Loading…
Reference in a new issue