Skip to content

Commit

Permalink
Update toadua data (and url)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynn committed Oct 20, 2024
1 parent a2a8d45 commit 5e6bcdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/toadua/toadua.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/scripts/build-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function post(

async function fetchToadua(): Promise<{ results: any[] }> {
const query = JSON.stringify({ action: 'search', query: ['scope', 'en'] });
const response = await post('toadua.uakci.pl', '/api', query);
const response = await post('toadua.uakci.space', '/api', query);
return JSON.parse(response);
}

Expand Down

0 comments on commit 5e6bcdb

Please sign in to comment.