From e4ce4e189d6557b48428a48d41b9cd37dc2cb21a Mon Sep 17 00:00:00 2001 From: ennucore Date: Sun, 10 Sep 2023 16:02:50 +0200 Subject: [PATCH] fix api url --- src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"; }