Skip to content

Commit

Permalink
Merge pull request #31 from goat-community/feature/style
Browse files Browse the repository at this point in the history
fix: url bug
  • Loading branch information
majkshkurti authored Jan 23, 2024
2 parents 0139edb + 284756e commit 04776d8
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 04776d8

Please sign in to comment.