From b7a6dbc504d604df6dff80444772d259c5c1e889 Mon Sep 17 00:00:00 2001 From: Kevin Arutyunyan Date: Wed, 21 Aug 2019 15:04:47 +0200 Subject: [PATCH] Use HTTPS for DB Busradar NRW endpoint --- p/db-busradar-nrw/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p/db-busradar-nrw/index.js b/p/db-busradar-nrw/index.js index 1ea2ca58..c4608c04 100644 --- a/p/db-busradar-nrw/index.js +++ b/p/db-busradar-nrw/index.js @@ -105,7 +105,7 @@ const transformReqBody = (body) => { const dbBusradarNrwProfile = { locale: 'de-DE', timezone: 'Europe/Berlin', - endpoint: 'http://db-regio.hafas.de/bin/hci/mgate.exe', + endpoint: 'https://db-regio.hafas.de/bin/hci/mgate.exe', transformReqBody, products: products,