Browse Source

api.agorata.io -> agorata.io/api

master
Lev 1 year ago
parent
commit
3b28d9a1d5
  1. 2
      src/api.ts

2
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/";
}

Loading…
Cancel
Save