This commit is contained in:
2025-06-30 18:30:09 +01:00
parent 19dccedeeb
commit ce9f84b2e1

View File

@ -71,7 +71,7 @@ export const createTwitchClient = () => {
type: "channel.follow", type: "channel.follow",
version: 2, version: 2,
transport: { transport: {
callback: "http://localhost:5173/api/webhook", callback: "https://twitch.johncosta.tech/api/webhook",
method: "webhook", method: "webhook",
secret: HASH_SECRET, secret: HASH_SECRET,
}, },