You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
228 B
JavaScript
15 lines
228 B
JavaScript
11 months ago
|
/**
|
||
|
* @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')
|
||
|
}
|
||
|
]
|