Fix link to API

This commit is contained in:
Black Coffee
2022-10-20 17:01:03 +01:00
parent ecfd4b3d66
commit ce092fcded
2 changed files with 2 additions and 2 deletions
@@ -263,7 +263,7 @@
)
obj.fsat = new Intl.NumberFormat(LOCALE).format(obj.amount)
obj.gerty = ['/gerty/', obj.id].join('')
obj.gertyJson = ['/gerty/api/v1/gerty/', obj.id].join('')
obj.gertyJson = ['/gerty/api/v1/gerty/', obj.id, '/0'].join('')
return obj
}