mirror of https://github.com/sveltejs/svelte
parent
324f74b427
commit
95dcb96161
@ -1,4 +1,4 @@
|
|||||||
export function get(req, res) {
|
export function get(req, res) {
|
||||||
res.writeHead(302, { Location: 'https://discord.gg/yy75DKs' });
|
res.writeHead(302, { Location: 'https://discord.gg/WY6CQS4' });
|
||||||
res.end();
|
res.end();
|
||||||
}
|
}
|
Loading…
Reference in new issue