aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/web/app/(dash)/chat/route.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(dash)/chat/route.ts b/apps/web/app/(dash)/chat/route.ts
index 6599590c..94f250ff 100644
--- a/apps/web/app/(dash)/chat/route.ts
+++ b/apps/web/app/(dash)/chat/route.ts
@@ -1,5 +1,5 @@
import { redirect } from "next/navigation";
-export default async function GET() {
+export async function GET() {
return redirect("/home");
}