Skip to content

Commit 5e6bcdb

Browse files
committed
Update toadua data (and url)
1 parent a2a8d45 commit 5e6bcdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/toadua/toadua.json

+1-1
Large diffs are not rendered by default.

src/scripts/build-data.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async function post(
2424

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

0 commit comments

Comments
 (0)