reverting to original file

This commit is contained in:
MalteSchm 2023-04-02 14:43:45 +02:00
parent 4a664a7b3d
commit 90f5ed4251

View File

@ -52,20 +52,20 @@ export default defineConfig({
server: { server: {
proxy: { proxy: {
'^/api': { '^/api': {
target: 'http://192.168.178.151/' target: 'http://192.168.178.78/'
}, },
'^/livedata': { '^/livedata': {
target: 'ws://192.168.178.151/', target: 'ws://192.168.178.78/',
ws: true, ws: true,
changeOrigin: true changeOrigin: true
}, },
'^/vedirectlivedata': { '^/vedirectlivedata': {
target: 'ws://192.168.178.151/', target: 'ws://192.168.178.78/',
ws: true, ws: true,
changeOrigin: true changeOrigin: true
}, },
'^/console': { '^/console': {
target: 'ws://192.168.178.151/', target: 'ws://192.168.20.110/',
ws: true, ws: true,
changeOrigin: true changeOrigin: true
} }