Added username filter, word replacement filter and voice selection
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user