Personal blog finxol.io
blog

fix: change country data host

finxol.io 70d67434 fc013627

verified
+1 -1
+1 -1
app/components/Country.vue
··· 3 3 let emoji: string | undefined; 4 4 5 5 try { 6 - const data = await $fetch("https://hook.finxol.io/sensors/country") 6 + const data = await $fetch("https://hook.finxol.deno.net/sensors/country") 7 7 .then((res) => { 8 8 return res as { 9 9 country: string;