ARAI/arai-frontend/proxy.conf.json

8 lines
119 B
JSON
Raw Normal View History

2024-03-09 18:33:15 +01:00
{
"/api": {
"target": "http://localhost:5000",
"secure": false,
"changeOrigin": true
}
}