Use HTTPS for DB Busradar NRW endpoint

This commit is contained in:
Kevin Arutyunyan 2019-08-21 15:04:47 +02:00 committed by Jannis R
parent 56dee669a0
commit b7a6dbc504
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -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,