Skip to content
Snippets Groups Projects

Feature/chat

Merged lain requested to merge feature/chat into develop
Files
13
+ 7
1
@@ -23,9 +23,15 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/api': {
target: 'https://social.heldscal.la/',
target: 'htts://localhost:4000/',
changeOrigin: true,
cookieDomainRewrite: 'localhost'
},
'/socket': {
target: 'htts://localhost:4000/',
changeOrigin: true,
cookieDomainRewrite: 'localhost',
ws: true
}
},
// CSS Sourcemaps off by default because relative paths are "buggy"
Loading