From 5d52969635dfaff3a58b5f3528363bd869cc1775 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@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 } }