aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/config
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-01-02 01:08:41 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-01-02 01:08:41 +0100
commita3eb2d0441ae18f75604a4bee64db18391469837 (patch)
tree8994c1987afdd9436ba0699236439d3eb6c3f04d /src/frontend/app/config
parentdd544d713a2af4713c61ae0d2050f2861cc0892a (diff)
feat: Integrate Geoapify geocoding service and update configuration
Diffstat (limited to 'src/frontend/app/config')
-rw-r--r--src/frontend/app/config/constants.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/frontend/app/config/constants.ts b/src/frontend/app/config/constants.ts
index a130f87..3cbb37c 100644
--- a/src/frontend/app/config/constants.ts
+++ b/src/frontend/app/config/constants.ts
@@ -1,12 +1,7 @@
import type { LngLatLike } from "maplibre-gl";
-export type RegionId = "vigo";
-
export const APP_CONSTANTS = {
id: "vigo",
-
- consolidatedCirculationsEndpoint: "/api/vigo/GetConsolidatedCirculations",
- shapeEndpoint: "/api/vigo/GetShape",
defaultCenter: {
lat: 42.229188855975046,
lng: -8.72246955783102,