Skip to content

Commit

Permalink
fix: url bug
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Jan 23, 2024
1 parent 51be79e commit 284756e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/api/layers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const useLayerClassBreaks = (
() =>
operation && column && breaks
? [
`${LAYERS_API_BASE_URL}/${layerId}/class-breaks/${operation}/${column}/?breaks=${breaks}`,
`${LAYERS_API_BASE_URL}/${layerId}/class-breaks/${operation}/${column}?breaks=${breaks}`,
]
: null,
fetcher,
Expand Down

0 comments on commit 284756e

Please sign in to comment.