now sending cookies
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-04-19 02:33:07 +01:00
parent 662a8a400b
commit c4ffae44fe
3 changed files with 26 additions and 5 deletions
+1
View File
@@ -49,6 +49,7 @@ export async function GET(req: Request) {
sameSite: "lax",
path: "/",
maxAge: data.expires_in,
domain: "localhost",
});
return res;