diff --git a/src/api.ts b/src/api.ts index 90e1303..6eb7820 100644 --- a/src/api.ts +++ b/src/api.ts @@ -19,7 +19,7 @@ export class Api { this.ton_api_url = "https://testnet.tonapi.io/v2/"; this.tonscan_url = "https://testnet.tonscan.org/"; } else { - this.api_url = "https://agorata.io/api"; + this.api_url = "https://agorata.io/api/"; this.ton_api_url = "https://tonapi.io/v2/"; this.tonscan_url = "https://tonscan.org/"; }