This commit is contained in:
Ralf Bauer 2023-06-21 22:56:28 +02:00
parent 2994ff9720
commit 8f70391df9
2 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ lib_deps =
https://github.com/yubox-node-org/ESPAsyncWebServer
bblanchon/ArduinoJson @ ^6.21.2
https://github.com/bertmelis/espMqttClient.git#v1.4.3
nrf24/RF24 @ ^1.4.7
nrf24/RF24 @ ^1.4.5
olikraus/U8g2 @ ^2.34.22
buelowp/sunset @ ^1.1.7

View File

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