From 13717efecaa84257f8ecd3a12244b481725689fa Mon Sep 17 00:00:00 2001 From: Phil Date: Thu, 15 Sep 2022 17:07:58 +0100 Subject: [PATCH] Changed to point to live bot server. --- web/lib/twitch/link-twitch-account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/lib/twitch/link-twitch-account.ts b/web/lib/twitch/link-twitch-account.ts index 6ece90a8..fb76d04c 100644 --- a/web/lib/twitch/link-twitch-account.ts +++ b/web/lib/twitch/link-twitch-account.ts @@ -1,7 +1,7 @@ import { PrivateUser, User } from 'common/user' import { generateNewApiKey } from '../api/api-key' -const TWITCH_BOT_PUBLIC_URL = 'http://localhost:9172' //'https://king-prawn-app-5btyw.ondigitalocean.app' // TODO: Add this to env config appropriately +const TWITCH_BOT_PUBLIC_URL = 'https://king-prawn-app-5btyw.ondigitalocean.app' // TODO: Add this to env config appropriately function postToBot(url: string, body: any): Promise { return fetch(url, {