add registration redirect

master
Ayush Mukherjee 1 year ago
parent 47c4a9f3f9
commit 372939d39d

@ -0,0 +1,3 @@
export async function onRequest() {
return Response.redirect('https://www.start.gg/hub/regional-rumble/details', 301);
}
Loading…
Cancel
Save