test tradingview webhook

master
TZGyn 10 months ago
parent 83a961961a
commit 042657ea08
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -3,6 +3,7 @@ import { json } from '@sveltejs/kit'
import { RestClientV5 } from 'bybit-api' import { RestClientV5 } from 'bybit-api'
export const POST = async ({ locals, request }) => { export const POST = async ({ locals, request }) => {
console.log('hit')
console.log(await request.text()) console.log(await request.text())
return json({}) return json({})
const body = await request.json() const body = await request.json()

Loading…
Cancel
Save