mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
updates to upload, move mock eventsource server into middleware
This commit is contained in:
@@ -20,11 +20,6 @@ export default defineConfig(({ command, mode }) => {
|
||||
changeOrigin: true,
|
||||
secure: false
|
||||
},
|
||||
'/es': {
|
||||
target: 'http://localhost:3081',
|
||||
changeOrigin: true,
|
||||
secure: false
|
||||
},
|
||||
'/rest': 'http://localhost:3080'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user