Files
warehouse13/frontend/proxy.conf.json
2025-10-14 23:32:38 -05:00

12 lines
180 B
JSON

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