Files
jarri-spooty/spooty-fe/proxy.conf.json
T
2024-06-22 21:30:53 +02:00

11 lines
158 B
JSON

{
"/api/**": {
"target": "http://localhost:3000/api",
"secure": false,
"changeOrigin": true,
"pathRewrite": {
"^/api": ""
}
}
}