Files
Progetto-m152-Angular/proxy.conf.json
2023-04-28 13:46:44 +02:00

9 lines
140 B
JSON

{
"/progetto152/*": {
"target": "http://localhost:8080",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
}
}