mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
Use HTTPS for DB Busradar NRW endpoint
This commit is contained in:
parent
56dee669a0
commit
b7a6dbc504
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ const transformReqBody = (body) => {
|
||||||
const dbBusradarNrwProfile = {
|
const dbBusradarNrwProfile = {
|
||||||
locale: 'de-DE',
|
locale: 'de-DE',
|
||||||
timezone: 'Europe/Berlin',
|
timezone: 'Europe/Berlin',
|
||||||
endpoint: 'http://db-regio.hafas.de/bin/hci/mgate.exe',
|
endpoint: 'https://db-regio.hafas.de/bin/hci/mgate.exe',
|
||||||
transformReqBody,
|
transformReqBody,
|
||||||
|
|
||||||
products: products,
|
products: products,
|
||||||
|
|
Loading…
Add table
Reference in a new issue