From 3b28d9a1d587ea77f6b9b1ebbc9c7be207c5d6c8 Mon Sep 17 00:00:00 2001 From: ennucore Date: Sun, 10 Sep 2023 15:59:24 +0200 Subject: [PATCH] api.agorata.io -> agorata.io/api --- src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.ts b/src/api.ts index 9ff7fd6..90e1303 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://api.agorata.io/"; + this.api_url = "https://agorata.io/api"; this.ton_api_url = "https://tonapi.io/v2/"; this.tonscan_url = "https://tonscan.org/"; }