1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 12:21:00 -05:00

Update URL

This commit is contained in:
AnxietyisReal 2023-10-05 13:01:39 +11:00
parent a3bd5b23e9
commit 434477e9c3

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