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: {
proxy: {
'^/api': {
target: 'http://192.168.178.151/'
target: 'http://192.168.178.78/'
},
'^/livedata': {
target: 'ws://192.168.178.151/',
target: 'ws://192.168.178.78/',
ws: true,
changeOrigin: true
},
'^/vedirectlivedata': {
target: 'ws://192.168.178.151/',
target: 'ws://192.168.178.78/',
ws: true,
changeOrigin: true
},
'^/console': {
target: 'ws://192.168.178.151/',
target: 'ws://192.168.20.110/',
ws: true,
changeOrigin: true
}