title: auto
des: auto note:auto
This commit is contained in:
@@ -35,7 +35,9 @@ export async function POST(req: Request) {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
const un = await unsealData(res, { password: process.env.PWD as string });
|
const un = await unsealData(res, {
|
||||||
|
password: (await getConfig()).server.password,
|
||||||
|
});
|
||||||
// console.log(JSON.stringify(un), "route validasi")
|
// console.log(JSON.stringify(un), "route validasi")
|
||||||
|
|
||||||
cookies().set({
|
cookies().set({
|
||||||
|
|||||||
Reference in New Issue
Block a user