mirror of https://github.com/sveltejs/svelte
parent
d548a5a5f4
commit
a6c05ed372
@ -0,0 +1,4 @@
|
|||||||
|
export function get(req, res) {
|
||||||
|
res.writeHead(302, { Location: 'https://github.com/sveltejs/svelte/wiki/FAQ' });
|
||||||
|
res.end();
|
||||||
|
}
|
Loading…
Reference in new issue