mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +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 = {
|
||||
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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue