chore: delete this thing that caused me work
This commit is contained in:
parent
65b76822d0
commit
3e9ba70b77
@ -94,10 +94,6 @@ router.get("/api/dinosaurs/:dinosaur", (context) => {
|
|||||||
|
|
||||||
const store = new CookieStore(Deno.env.get("SESSION_COOKIE_KEY") as string, {
|
const store = new CookieStore(Deno.env.get("SESSION_COOKIE_KEY") as string, {
|
||||||
sessionDataCookieName: "warbforums_sessionData",
|
sessionDataCookieName: "warbforums_sessionData",
|
||||||
cookieSetDeleteOptions: {
|
|
||||||
sameSite: "none",
|
|
||||||
secure: true,
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const app = new Application<AppState>();
|
const app = new Application<AppState>();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user