test trading view webhook

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

@ -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'

Loading…
Cancel
Save