Files
codiki-hexagonal/frontend/proxy.conf.json
2024-06-04 13:55:26 +02:00

11 lines
184 B
JSON

{
"/api": {
"target": "http://localhost:8987",
"secure": false
},
"/pictures": {
"target": "http://localhost:8987/api",
"secure": false
}
}