/** * @author haner * @date 2019/6/14 * @brief */ const path = require('path') module.exports = [ { url: '/download', type: 'get', file: path.join(__dirname, './file/compressed.tracemonkey-pldi-09.txt') } ]