Merged in chore/remove-unused-code (pull request #2229)
Remove unused code * Remove unused scandic-web files * Remove unused exports Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -8,30 +8,3 @@ export const myBookingPath: LangRoute = {
|
||||
no: "/hotelreservation/my-booking",
|
||||
sv: "/hotelreservation/din-bokning",
|
||||
}
|
||||
|
||||
export const myBooking = {
|
||||
development: {
|
||||
da: `https://stage.scandichotels.dk${myBookingPath.da}`,
|
||||
de: `https://stage.scandichotels.de${myBookingPath.de}`,
|
||||
en: `https://stage.scandichotels.com${myBookingPath.en}`,
|
||||
fi: `https://stage.scandichotels.fi${myBookingPath.fi}`,
|
||||
no: `https://stage.scandichotels.no${myBookingPath.no}`,
|
||||
sv: `https://stage.scandichotels.se${myBookingPath.sv}`,
|
||||
},
|
||||
production: {
|
||||
da: `https://www.scandichotels.dk${myBookingPath.da}`,
|
||||
de: `https://www.scandichotels.de${myBookingPath.de}`,
|
||||
en: `https://www.scandichotels.com${myBookingPath.en}`,
|
||||
fi: `https://www.scandichotels.fi${myBookingPath.fi}`,
|
||||
no: `https://www.scandichotels.no${myBookingPath.no}`,
|
||||
sv: `https://www.scandichotels.se${myBookingPath.sv}`,
|
||||
},
|
||||
test: {
|
||||
da: `https://test.scandichotels.dk${myBookingPath.da}`,
|
||||
de: `https://test.scandichotels.de${myBookingPath.de}`,
|
||||
en: `https://test.scandichotels.com${myBookingPath.en}`,
|
||||
fi: `https://test.scandichotels.fi${myBookingPath.fi}`,
|
||||
no: `https://test.scandichotels.no${myBookingPath.no}`,
|
||||
sv: `https://test.scandichotels.se${myBookingPath.sv}`,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user