spserver/test/nothing.js

4 lines
61 B
JavaScript

export default function(req, res) {
res.end('nothing')
}