Merged in chore/move-enter-details (pull request #2778)
Chore/move enter details Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -3,7 +3,7 @@ import { fileURLToPath } from "node:url"
|
||||
import * as Sentry from "@sentry/nextjs"
|
||||
import createJiti from "jiti"
|
||||
|
||||
import { findMyBooking } from "@scandic-hotels/common/constants/routes/findMyBooking"
|
||||
import { findMyBookingRoutes } from "@scandic-hotels/common/constants/routes/findMyBookingRoutes"
|
||||
import {
|
||||
login,
|
||||
logout,
|
||||
@@ -313,27 +313,27 @@ const nextConfig = {
|
||||
},
|
||||
// Find my booking
|
||||
{
|
||||
source: findMyBooking.en,
|
||||
source: findMyBookingRoutes.en,
|
||||
destination: "/en/hotelreservation/get-booking",
|
||||
},
|
||||
{
|
||||
source: findMyBooking.da,
|
||||
source: findMyBookingRoutes.da,
|
||||
destination: "/da/hotelreservation/get-booking",
|
||||
},
|
||||
{
|
||||
source: findMyBooking.de,
|
||||
source: findMyBookingRoutes.de,
|
||||
destination: "/de/hotelreservation/get-booking",
|
||||
},
|
||||
{
|
||||
source: findMyBooking.fi,
|
||||
source: findMyBookingRoutes.fi,
|
||||
destination: "/fi/hotelreservation/get-booking",
|
||||
},
|
||||
{
|
||||
source: findMyBooking.no,
|
||||
source: findMyBookingRoutes.no,
|
||||
destination: "/no/hotelreservation/get-booking",
|
||||
},
|
||||
{
|
||||
source: findMyBooking.sv,
|
||||
source: findMyBookingRoutes.sv,
|
||||
destination: "/sv/hotelreservation/get-booking",
|
||||
},
|
||||
// My stay
|
||||
|
||||
Reference in New Issue
Block a user