api-proxy-mock/config.json
2026-06-04 12:13:28 +08:00

13 lines
248 B
JSON

{
"routes": {
"/api2/test": "mock/test.txt"
},
"config": {
"cacheConfig": true,
"reloadOnChange": true,
"defaultContentType": "application/json",
"proxyPort": 443,
"targetHost": "localhost",
"targetPort": 443
}
}