UNPKG

@defra-fish/gafl-webapp-service

Version:

The websales frontend for the GAFL service

7 lines (6 loc) 209 B
/** * This is the main page controller. * It is a state machine */ import { nextPage } from '../routes/next-page.js' export default async (request, h) => h.redirectWithLanguageCode(await nextPage(request))