Working on S3 compatibility.

This commit is contained in:
charles-gauthereau
2024-11-17 21:01:05 +01:00
parent de4242f4ca
commit 9b38d68d51
16 changed files with 179 additions and 51 deletions
+5 -1
View File
@@ -12,10 +12,14 @@ export default async function RoutePage(props: PageParams<{}>) {
where:{
id: {
not: user.id
}
},
deleted: { not: true },
}
})
console.log(users)
const settings = await prisma.settings.findUnique({
where:{
name: "system"