Skip to content

Commit

Permalink
Update API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaka14732 authored Jun 6, 2023
1 parent 55a2bbe commit f6a8162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
const fetchData = async () => {
if (字頭們.length) {
const response = await fetch(`https://hdqt.nk2028.shn.hk/query?string=${字頭們}`);
const response = await fetch(`https://chinese-dialect-pronunciation-atlas-beg4zxgxla-wl.a.run.app/query?string=${字頭們}`);
results = await response.json() as string[][];
}
};
Expand Down

0 comments on commit f6a8162

Please sign in to comment.