playground/packages/ui/proxy.config.json

23 lines
412 B
JSON

{
"/utils": {
"target": "http://localhost:30000",
"secure": false
},
"/message": {
"target": "http://localhost:30000",
"secure": false
},
"/hex-color": {
"target": "http://localhost:30000",
"secure": false
},
"/calculate": {
"target": "http://localhost:30000",
"secure": false
},
"/providers": {
"target": "http://localhost:30000",
"secure": false
}
}