diff --git a/src/routes/download/+server.ts b/src/routes/download/+server.ts new file mode 100644 index 0000000..e917d39 --- /dev/null +++ b/src/routes/download/+server.ts @@ -0,0 +1,5 @@ +import { redirect } from "@sveltejs/kit"; + +export async function GET({ url }) { + throw redirect(301, "https://meteorclient.com/api/download" + url.search); +} \ No newline at end of file