From e9ddf52c278d1a3c3f343af504fd7cbf3e5926e4 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Sat, 17 Sep 2022 02:26:03 -0700 Subject: [PATCH] Point at production Twitch bot endpoint --- web/lib/twitch/link-twitch-account.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/lib/twitch/link-twitch-account.ts b/web/lib/twitch/link-twitch-account.ts index f36a03b3..e8c36445 100644 --- a/web/lib/twitch/link-twitch-account.ts +++ b/web/lib/twitch/link-twitch-account.ts @@ -1,7 +1,10 @@ import { PrivateUser, User } from 'common/user' import { generateNewApiKey } from '../api/api-key' -const TWITCH_BOT_PUBLIC_URL = 'https://king-prawn-app-5btyw.ondigitalocean.app' // TODO: Add this to env config appropriately +// TODO: Add this to env config appropriately +const TWITCH_BOT_PUBLIC_URL = 'https://twitch-bot-nggbo3neva-uc.a.run.app' +// Ours: https://twitch-bot-nggbo3neva-uc.a.run.app +// Phil's: https://king-prawn-app-5btyw.ondigitalocean.app async function postToBot(url: string, body: unknown) { const result = await fetch(url, {