feat(SW-1944) Update to correct URL to my stay (for my pages/my stays and confirmation page) * feat(SW-1944) Update to correct URL to my stay (for my pages/my stays and confirmation page) * feat(SW-1944) updated to RefId * feat(SW-1944) updated myStay path * feat(SW-1944) updated refId check Approved-by: Christian Andolf
15 lines
468 B
JavaScript
15 lines
468 B
JavaScript
/**
|
|
* @file Due to these records being used in next.config.js, and that is required
|
|
* to be a js file, we use jsdoc to type these.
|
|
*/
|
|
|
|
/** @type {import('@/types/routes').LangRoute} */
|
|
export const myStay = {
|
|
da: "/da/hotelreservation/min-ophold",
|
|
de: "/de/hotelreservation/meine-aufenthalte",
|
|
en: "/en/hotelreservation/my-stay",
|
|
fi: "/fi/hotelreservation/min-vistelma",
|
|
no: "/no/hotelreservation/min-ophold",
|
|
sv: "/sv/hotelreservation/min-vistelse",
|
|
}
|