Merged in feat(SW-1944)-update-url-to-mystay (pull request #1566)
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
This commit is contained in:
14
apps/scandic-web/constants/routes/myStay.js
Normal file
14
apps/scandic-web/constants/routes/myStay.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @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",
|
||||
}
|
||||
Reference in New Issue
Block a user