tripweb/src/proxy.conf.json

8 lines
148 B
JSON

{
"/api": {
"target": "http://localhost:8000",
"secure": false,
"changeOrigin": true,
"logLevel": "warn"
}
}