mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-24 07:39:36 +02:00
INSA, Nah.sh: HTTPS 🔒
This commit is contained in:
parent
deb88297a0
commit
f3d8304db8
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ const formatBitmask = createFormatBitmask(products)
|
||||||
const insaProfile = {
|
const insaProfile = {
|
||||||
locale: 'de-DE',
|
locale: 'de-DE',
|
||||||
timezone: 'Europe/Berlin',
|
timezone: 'Europe/Berlin',
|
||||||
endpoint: 'http://reiseauskunft.insa.de/bin/mgate.exe',
|
endpoint: 'https://reiseauskunft.insa.de/bin/mgate.exe',
|
||||||
transformReqBody,
|
transformReqBody,
|
||||||
|
|
||||||
products: products.allProducts,
|
products: products.allProducts,
|
||||||
|
|
|
@ -125,7 +125,7 @@ const formatProducts = (products) => {
|
||||||
const nahshProfile = {
|
const nahshProfile = {
|
||||||
locale: 'de-DE',
|
locale: 'de-DE',
|
||||||
timezone: 'Europe/Berlin',
|
timezone: 'Europe/Berlin',
|
||||||
endpoint: 'http://nah.sh.hafas.de/bin/mgate.exe',
|
endpoint: 'https://nah.sh.hafas.de/bin/mgate.exe',
|
||||||
transformReqBody,
|
transformReqBody,
|
||||||
|
|
||||||
products: products.allProducts,
|
products: products.allProducts,
|
||||||
|
|
Loading…
Add table
Reference in a new issue