diff --git a/src/routes/webhook/tradingview/+server.ts b/src/routes/webhook/tradingview/+server.ts index ce0dc76..4495cfe 100644 --- a/src/routes/webhook/tradingview/+server.ts +++ b/src/routes/webhook/tradingview/+server.ts @@ -3,6 +3,8 @@ import { json } from '@sveltejs/kit' import { RestClientV5 } from 'bybit-api' export const POST = async ({ locals, request }) => { + console.log(await request.text()) + return json({}) const body = await request.json() const apiKey = 'wrc1w54Zp5JAfXLxY2'