mirror of https://github.com/sveltejs/svelte
parent
e60880983c
commit
5af98e22bc
@ -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