mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 03:54:46 +00:00
3 lines
64 B
JavaScript
3 lines
64 B
JavaScript
export function get(req, res) {
|
|
res.end(JSON.stringify('b'));
|
|
} |