ARAI/arai-frontend/proxy.conf.json
2024-03-09 18:33:15 +01:00

8 lines
119 B
JSON

{
"/api": {
"target": "http://localhost:5000",
"secure": false,
"changeOrigin": true
}
}