Files
sapper/test/apps/basics/src/routes/b/index.json.js
2018-10-07 18:23:43 -04:00

3 lines
64 B
JavaScript

export function get(req, res) {
res.end(JSON.stringify('b'));
}