Skip to content

Commit

Permalink
Front frontend endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Oct 25, 2023
1 parent 26bc25f commit 687562d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/api/fbaAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export async function getFireZoneAreas(
run_datetime: string,
for_date: string
): Promise<ZoneAreaListResponse> {
const url = `/fba/fire-zone-areas/${run_type.toLowerCase()}/${encodeURI(run_datetime)}/${for_date}`
const url = `/fba/fire-shape-areas/${run_type.toLowerCase()}/${encodeURI(run_datetime)}/${for_date}`
const { data } = await axios.get(url, {})
return data
}
Expand Down

0 comments on commit 687562d

Please sign in to comment.