diff --git a/src/routes/webhook/tradingview/+server.ts b/src/routes/webhook/tradingview/+server.ts index 34a4ea6..5b37190 100644 --- a/src/routes/webhook/tradingview/+server.ts +++ b/src/routes/webhook/tradingview/+server.ts @@ -6,6 +6,9 @@ import { z } from 'zod' export const POST = async ({ locals, request }) => { const body = await request.json() + console.log(body) + return json({}) + const form = z .object({ key: z.string(),