diff --git a/apps/web/lib/api/layers.ts b/apps/web/lib/api/layers.ts index e3b99962..49c19086 100644 --- a/apps/web/lib/api/layers.ts +++ b/apps/web/lib/api/layers.ts @@ -113,7 +113,7 @@ export const getLayerClassBreaks = async ( breaks: number, ): Promise => { const response = await fetchWithAuth( - `${LAYERS_API_BASE_URL}/${layerId}/class-breaks/${operation}/${column}/?breaks=${breaks}`, + `${LAYERS_API_BASE_URL}/${layerId}/class-breaks/${operation}/${column}?breaks=${breaks}`, { method: "GET", },