api-proxy-mock/config.json
2026-04-07 23:37:22 +08:00

14 lines
299 B
JSON

{
"routes": {
"/api/system/user/info": "mock/service_failed.txt"
},
"config": {
"mockEnabled": true,
"cacheConfig": true,
"reloadOnChange": true,
"defaultContentType": "application/json",
"proxyPort": 8877,
"targetHost": "m.uuquant.vip",
"targetPort": 443
}
}