mirror of https://github.com/nodejs/node.git
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
|
export function testFunction(req, res) {
|
||
|
return 'PASS';
|
||
|
}
|