title: auto
des: auto note:auto
This commit is contained in:
@@ -8,6 +8,5 @@ export async function GET() {
|
|||||||
const data = JSON.parse(
|
const data = JSON.parse(
|
||||||
await unsealData(c?.value as string, {password: ((await getConfig()).server.password)})
|
await unsealData(c?.value as string, {password: ((await getConfig()).server.password)})
|
||||||
)
|
)
|
||||||
|
|
||||||
return NextResponse.json(data);
|
return NextResponse.json(data);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user