Files
start9.com/site/web/proxy.conf.json
2026-03-12 12:27:34 -06:00

15 lines
245 B
JSON

{
"/shop-api": {
"target": "http://localhost:3000",
"secure": false
},
"/admin-api": {
"target": "http://localhost:3000",
"secure": false
},
"/assets": {
"target": "http://localhost:3000",
"secure": false
}
}