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 } }