Skip to content

Commit

Permalink
switch web url templates to ewi3.cantamen.de
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Dec 27, 2023
1 parent ff5f32c commit 2be78ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/my-e-car.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,12 +318,12 @@
"station": {
"android": "cantamen-interapp-csd://add_booking?openPlace={placeId}",
"ios": "cantamen-interapp-csd://add_booking?openPlace={placeId}",
"web": "https://ewi3-myecar.cantamen.de/?openPlace={placeId}"
"web": "https://ewi3.cantamen.de/?openPlace={placeId}"
},
"vehicle": {
"android": "cantamen-interapp-csd://add_booking?openPlace={bookeeId}",
"ios": "cantamen-interapp-csd://add_booking?openPlace={bookeeId}",
"web": "https://ewi3-myecar.cantamen.de/?openBooke={bookeeId}"
"web": "https://ewi3.cantamen.de/?openBooke={bookeeId}"
}
}
}
4 changes: 2 additions & 2 deletions config/stadtmobil_suedbaden.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,12 @@
"station": {
"android": "cantamen-interapp-csd://add_booking?openPlace={placeId}",
"ios": "cantamen-interapp-csd://add_booking?openPlace={placeId}",
"web": "https://ewi3-stadtmobil-suedbaden.cantamen.de/?openPlace={placeId}"
"web": "https://ewi3.cantamen.de/?openPlace={placeId}"
},
"vehicle": {
"android": "cantamen-interapp-csd://add_booking?openBookee={bookeeId}",
"ios": "cantamen-interapp-csd://add_booking?openBookee={bookeeId}",
"web": "https://ewi3-stadtmobil-suedbaden.cantamen.de/?openBookee={bookeeId}"
"web": "https://ewi3.cantamen.de/?openBookee={bookeeId}"
}
}
}

0 comments on commit 2be78ba

Please sign in to comment.