mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-27 02:41:56 +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
|
|
}
|
|
}
|