fix: chatgpt prompts

This commit is contained in:
2024-06-21 11:36:23 +02:00
parent 0adce93c81
commit 9fc57d45b5
10 changed files with 27 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
import { Handlers } from "$fresh/server.ts";
import { oauth2Client } from "@lib/auth.ts";
import { setCookie } from "$std/http/cookie.ts";
import { setCookie } from "@std/http/cookie";
export const codeChallengeMap = new Map<
string,