INSA, Nah.sh: HTTPS 🔒

This commit is contained in:
Jannis R 2018-05-28 21:48:58 +02:00 committed by Jannis Redmann
parent deb88297a0
commit f3d8304db8
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ const formatBitmask = createFormatBitmask(products)
const insaProfile = {
locale: 'de-DE',
timezone: 'Europe/Berlin',
endpoint: 'http://reiseauskunft.insa.de/bin/mgate.exe',
endpoint: 'https://reiseauskunft.insa.de/bin/mgate.exe',
transformReqBody,
products: products.allProducts,

View file

@ -125,7 +125,7 @@ const formatProducts = (products) => {
const nahshProfile = {
locale: 'de-DE',
timezone: 'Europe/Berlin',
endpoint: 'http://nah.sh.hafas.de/bin/mgate.exe',
endpoint: 'https://nah.sh.hafas.de/bin/mgate.exe',
transformReqBody,
products: products.allProducts,