Files
keyvault/client/proxy.conf.json
Bastian Wagner e49bb80670 database
2024-09-12 16:26:55 +02:00

11 lines
193 B
JSON

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