michals-silly-game-frontend/proxy.conf.json
2025-04-08 14:41:52 +02:00

8 lines
No EOL
143 B
JSON

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