Files
vokabeltraining/proxy.conf.json
2025-01-30 20:38:22 +01:00

12 lines
209 B
JSON

{
"/api": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/images": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true
}
}