aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/+server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/+server.ts')
-rw-r--r--src/routes/+server.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/routes/+server.ts b/src/routes/+server.ts
new file mode 100644
index 0000000..c1ee9f0
--- /dev/null
+++ b/src/routes/+server.ts
@@ -0,0 +1,3 @@
+import { redirect } from '@sveltejs/kit';
+
+export const GET = () => redirect(308, '/home');