Files
jarri-spooty/spooty-fe/proxy.conf.json
T
2024-06-22 17:06:41 +02:00

11 lines
154 B
JSON

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