mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Album edit endpoint
This commit is contained in:
parent
d3581eaeef
commit
6cef84a358
24 changed files with 936 additions and 76 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { PrismaClient } from '@prisma/client'
|
||||
|
||||
const prismaClient = new PrismaClient()
|
||||
const prismaClient = new PrismaClient({ log: ['error'] })
|
||||
|
||||
export default prismaClient
|
||||
export default prismaClient
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue