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:
parent
a3bd5b23e9
commit
434477e9c3
@ -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>
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user