console.log type in webhook

master
TZGyn 10 months ago
parent 1c8f09e4dd
commit adbf766eb3
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

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

Loading…
Cancel
Save