Merged in feat/prepare-hotelreservation-routes-in-sas (pull request #2581)
Prepare hotelreservation routes * Prepare hotelreservation routes Approved-by: Matilda Landström
This commit is contained in:
8
apps/partner-sas/app/[lang]/hotelreservation/page.tsx
Normal file
8
apps/partner-sas/app/[lang]/hotelreservation/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { redirect } from "next/navigation"
|
||||
|
||||
import { getLang } from "@/i18n/serverContext"
|
||||
|
||||
export default async function HotelReservationPage() {
|
||||
const lang = await getLang()
|
||||
redirect(`/${lang}/hotelreservation/select-hotel`)
|
||||
}
|
||||
Reference in New Issue
Block a user