Open HerrMotz opened 19 hours ago
Change this base url (WikiDataService.ts) so that the user can use both wikidata and factgrid
constructor() { this.api = axios.create({ baseURL: 'https://www.wikidata.org/w/api.php', }); }
Change this base url (WikiDataService.ts) so that the user can use both wikidata and factgrid
constructor() { this.api = axios.create({ baseURL: 'https://www.wikidata.org/w/api.php', }); }