Files
ENI-projet-piscine/apps/frontend/proxy.conf.json
T

9 lines
130 B
JSON

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