Skip to content

Commit 0b7ad77

Browse files
authored
Merge pull request #65 from HSLdevcom/remove-waltti-alt
DT-6575 Remove waltti-alt
2 parents 33fd333 + 9e46de9 commit 0b7ad77

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

src/config.js

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -156,38 +156,6 @@ export const CONFIGS = [
156156
},
157157
},
158158
},
159-
{
160-
router: 'waltti-alt',
161-
api: {
162-
[API_VERSION_2]: {
163-
title: 'Waltti alt. (v2)',
164-
dialect: {
165-
gtfs: {
166-
[DIALECT_VERSION_1]: {
167-
default: true,
168-
title: 'GTFS (v1)',
169-
routerUrl: {
170-
[API_TYPE.DEV]: buildUrl(
171-
API_TYPE.DEV,
172-
API_VERSION_2,
173-
'waltti-alt',
174-
'gtfs',
175-
DIALECT_VERSION_1,
176-
),
177-
[API_TYPE.PROD]: buildUrl(
178-
API_TYPE.PROD,
179-
API_VERSION_2,
180-
'waltti-alt',
181-
'gtfs',
182-
DIALECT_VERSION_1,
183-
),
184-
},
185-
},
186-
},
187-
},
188-
},
189-
},
190-
},
191159
{
192160
router: 'finland',
193161
api: {

0 commit comments

Comments
 (0)