Files
listify/listify-client/proxy.conf.json
Bastian Wagner 537c7cbbee Initial
2026-06-09 09:45:33 +02:00

11 lines
151 B
JSON

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