From 434477e9c39c4a8d618a0e281087cf9ad182e97a Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:01:39 +1100 Subject: [PATCH] Update URL --- src/helpers/TSClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/TSClient.ts b/src/helpers/TSClient.ts index 8f4bdd4..d9290fb 100644 --- a/src/helpers/TSClient.ts +++ b/src/helpers/TSClient.ts @@ -12,6 +12,6 @@ interface TokenService_API { export default class TSClient { static async Token() { - return await fetch('http://localhost:36961/daggerbot').then(x=>x.json()) as Promise + return await fetch('http://192.168.68.18/daggerbot').then(x=>x.json()) as Promise } }