mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-31 20:43:43 +00:00
15 lines
245 B
JSON
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
|
|
}
|
|
}
|