UNPKG

webproxy

Version:

Modify http request/response in javascript config file easily.

16 lines (8 loc) 175 B
var path = (function() { var R = { writePath: "write/" }; R.logPath = R.writePath + "log/"; return R; })() ; module.exports = path;