From 65f61af8e0489a48a27272dbae50fd1173ffbd33 Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Mon, 11 Aug 2025 09:19:54 -0700 Subject: [PATCH] fix goth configs --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5d7a2d6..5931fe7 100644 --- a/main.go +++ b/main.go @@ -33,7 +33,7 @@ func main() { twitch.New( os.Getenv("TWITCH_CLIENT_ID"), os.Getenv("TWITCH_SECRET"), - "https://localhost:8080/auth/twitch/callback", + "https://jellyfish-app-cisrn.ondigitalocean.app/auth/twitch/callback", ), )