Files
treasure-chest/frontend/src/proxy.conf.json
2025-11-19 23:09:59 +01:00

8 lines
129 B
JSON

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