Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
luccasmmg committed Nov 12, 2024
1 parent 3ca2274 commit 1a024e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/frontend/src/utils/decodeFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const getDecodeParams = {
},
'e969a15c-f06b-40f6-9a3e-f206277dc216': async () => {
const endDateRes = await fetch(
'https://data-api.globalforestwatch.org/dataset/umd_glad_landstat_alerts/latest'
'https://data-api.globalforestwatch.org/dataset/umd_glad_landsat_alerts/latest'
)
const endDateJson = await endDateRes.json()
const {
Expand Down

0 comments on commit 1a024e9

Please sign in to comment.