aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/(app)/+server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/(app)/+server.ts')
-rw-r--r--src/routes/(app)/+server.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/routes/(app)/+server.ts b/src/routes/(app)/+server.ts
deleted file mode 100644
index 904739f..0000000
--- a/src/routes/(app)/+server.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { redirect } from '@sveltejs/kit';
-
-export const GET = () => {
- throw redirect(307, '/fahrplan/');
-};