tangled
alpha
login
or
join now
finxol.io
/
blog
0
fork
atom
Personal blog
finxol.io
blog
0
fork
atom
overview
issues
pulls
pipelines
fix: change country data host
finxol.io
1 month ago
70d67434
fc013627
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
1/1
deploy.yaml
success
9s
+1
-1
1 changed file
expand all
collapse all
unified
split
app
components
Country.vue
+1
-1
app/components/Country.vue
reviewed
···
3
3
let emoji: string | undefined;
4
4
5
5
try {
6
6
-
const data = await $fetch("https://hook.finxol.io/sensors/country")
6
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;