Added username filter, word replacement filter and voice selection

This commit is contained in:
Tom
2024-01-04 07:14:11 +00:00
parent 40cfb93f6a
commit ca9d84a25a
11 changed files with 584 additions and 96 deletions

View File

@ -14,8 +14,6 @@ export async function GET(req: Request) {
}
}
console.log("TOKEN KEY:", userId)
const tokens = await db.apiKey.findMany({
where: {
userId: userId as string