updates to upload, move mock eventsource server into middleware

This commit is contained in:
proddy
2024-08-15 09:59:08 +02:00
parent 5a058746bb
commit 4e640a0abe
8 changed files with 89 additions and 754 deletions

View File

@@ -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'
}
}