@ -6,6 +6,7 @@ import { z } from 'zod'
export const POST = async ({ locals, request }) => {
const type = request.headers.get('Content-Type')
console.log(type)
if (!type || !type.startsWith('application/json')) {
return new Response()
}