This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { generateSlug } from '../../shared/utils/slug'
|
||||
import { useDb } from '../database/client'
|
||||
import { participants, pots } from '../database/schema'
|
||||
import { generateSlug } from '~~/shared/utils/slug'
|
||||
import { useDb } from '~~/server/database/client'
|
||||
import { participants, pots } from '~~/server/database/schema'
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
const body = await readBody(event)
|
||||
|
||||
Reference in New Issue
Block a user