diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-28 18:21:17 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-28 18:21:30 +0100 |
| commit | b2ddc0ef449ccbe7f0d33e539ccdfc1baef04e2c (patch) | |
| tree | e097f7e990a610762d8c4297f82147c57b4635fd /src/frontend/app/config/constants.ts | |
| parent | 4fb2fe683b75464917dec4b1a0aaee63830f3b9a (diff) | |
Get favourite stops from OTP instead of pre-generated file
Diffstat (limited to 'src/frontend/app/config/constants.ts')
| -rw-r--r-- | src/frontend/app/config/constants.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frontend/app/config/constants.ts b/src/frontend/app/config/constants.ts index 38ebb0b..a130f87 100644 --- a/src/frontend/app/config/constants.ts +++ b/src/frontend/app/config/constants.ts @@ -5,7 +5,6 @@ export type RegionId = "vigo"; export const APP_CONSTANTS = { id: "vigo", - stopsEndpoint: "/stops/vigo.json", consolidatedCirculationsEndpoint: "/api/vigo/GetConsolidatedCirculations", shapeEndpoint: "/api/vigo/GetShape", defaultCenter: { |
