Files
HIPCTF2/frontend/proxy.conf.json
T
2026-07-22 19:56:31 +00:00

15 lines
245 B
JSON

{
"/api": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true,
"ws": false
},
"/uploads": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true,
"ws": false
}
}