title: auto

des: auto
note:auto
This commit is contained in:
2023-10-03 09:55:49 +08:00
parent ac7a4162af
commit 64a3ce9a25

View File

@@ -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);
}