From 64a3ce9a25bee56dec4bc6a853b25a834afda078 Mon Sep 17 00:00:00 2001 From: Bagasbanuna02 Date: Tue, 3 Oct 2023 09:55:49 +0800 Subject: [PATCH] title: auto des: auto note:auto --- src/app/api/user/get-token/route.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/api/user/get-token/route.ts b/src/app/api/user/get-token/route.ts index 47b1f74e..f6cb81fd 100644 --- a/src/app/api/user/get-token/route.ts +++ b/src/app/api/user/get-token/route.ts @@ -8,6 +8,5 @@ export async function GET() { const data = JSON.parse( await unsealData(c?.value as string, {password: ((await getConfig()).server.password)}) ) - return NextResponse.json(data); }