We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1c45e commit d63bebcCopy full SHA for d63bebc
webapp/.gitignore
@@ -6,4 +6,3 @@ Thumbs.db
6
node_modules
7
dist
8
stats.json
9
-yarn.lock
webapp/vue.config.js
@@ -5,7 +5,7 @@ module.exports = {
5
devServer: {
proxy: {
'/api/v1/ts': {
- target: 'http://192.168.0.61',
+ target: 'http://',
changeOrigin: true,
10
ws: true
11
}
0 commit comments