mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 19:45:26 +00:00
3 lines
77 B
JavaScript
3 lines
77 B
JavaScript
export function get(req, res) {
|
|
return Promise.reject(new Error('oops'));
|
|
} |