Skip to content
Snippets Groups Projects
Commit 2dbc5f75 authored by HJ's avatar HJ :fire:
Browse files

whoops

parent e06717fd
No related branches found
No related tags found
No related merge requests found
......@@ -23,17 +23,17 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/api': {
target: 'https://shigusegubu.club/',
target: 'http://localhost:4000/',
changeOrigin: true,
cookieDomainRewrite: 'localhost'
},
'/nodeinfo': {
target: 'https://shigusegubu.club/',
target: 'http://localhost:4000/',
changeOrigin: true,
cookieDomainRewrite: 'localhost'
},
'/socket': {
target: 'https://shigusegubu.club/',
target: 'http://localhost:4000/',
changeOrigin: true,
cookieDomainRewrite: 'localhost',
ws: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment