1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00

Update URL

This commit is contained in:
toast-ts 2023-10-05 13:01:39 +11:00
parent 5cb2ab3172
commit 5d52969635

View File

@ -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<TokenService_API>
return await fetch('http://192.168.68.18/daggerbot').then(x=>x.json()) as Promise<TokenService_API>
}
}