feat(SW-2116): remove payment-callback rewrite logic

This commit is contained in:
Arvid Norlin
2025-04-23 13:50:40 +02:00
committed by Michael Zetterberg
parent bf79168216
commit a839d05e09
5 changed files with 129 additions and 5 deletions

View File

@@ -285,11 +285,6 @@ const nextConfig = {
source: `${myPages.sv}/:path*`,
destination: `/sv/my-pages/:path*`,
},
{
source: "/:lang/hotelreservation/payment-callback/:status",
destination:
"/:lang/hotelreservation/payment-callback?status=:status",
},
// Find my booking
{
source: findMyBooking.en,