From 9e46de928c199cae2ae2acdeeb1449a81ba170ed Mon Sep 17 00:00:00 2001 From: Joel Lappalainen Date: Fri, 29 Nov 2024 11:34:50 +0200 Subject: [PATCH] Remove waltti-alt --- src/config.js | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/src/config.js b/src/config.js index feaffcc..3c8f812 100644 --- a/src/config.js +++ b/src/config.js @@ -156,38 +156,6 @@ export const CONFIGS = [ }, }, }, - { - router: 'waltti-alt', - api: { - [API_VERSION_2]: { - title: 'Waltti alt. (v2)', - dialect: { - gtfs: { - [DIALECT_VERSION_1]: { - default: true, - title: 'GTFS (v1)', - routerUrl: { - [API_TYPE.DEV]: buildUrl( - API_TYPE.DEV, - API_VERSION_2, - 'waltti-alt', - 'gtfs', - DIALECT_VERSION_1, - ), - [API_TYPE.PROD]: buildUrl( - API_TYPE.PROD, - API_VERSION_2, - 'waltti-alt', - 'gtfs', - DIALECT_VERSION_1, - ), - }, - }, - }, - }, - }, - }, - }, { router: 'finland', api: {