first successful export
This commit is contained in:
@@ -5,11 +5,11 @@ export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
proxy: {
|
||||
'/upload': 'http://localhost:8080',
|
||||
'/analyze': 'http://localhost:8080',
|
||||
'/export': 'http://localhost:8080',
|
||||
'/download': 'http://localhost:8080',
|
||||
'/ws': { target: 'ws://localhost:8080', ws: true },
|
||||
'/upload': { target: 'http://app:8080', changeOrigin: true },
|
||||
'/analyze': { target: 'http://app:8080', changeOrigin: true },
|
||||
'/export': { target: 'http://app:8080', changeOrigin: true },
|
||||
'/download': { target: 'http://app:8080', changeOrigin: true },
|
||||
'/ws': { target: 'ws://app:8080', ws: true, changeOrigin: true },
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user