We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0052d commit d0bd9d2Copy full SHA for d0bd9d2
src/routes/download/+server.ts
@@ -0,0 +1,5 @@
1
+import { redirect } from "@sveltejs/kit";
2
+
3
+export async function GET({ url }) {
4
+ throw redirect(301, "https://meteorclient.com/api/download" + url.search);
5
+}
0 commit comments