UNPKG

@defra-fish/gafl-webapp-service

Version:

The websales frontend for the GAFL service

11 lines (9 loc) 410 B
import { NO_LICENCE_REQUIRED } from '../../../uri.js' import { SERVICE_PAGE_DEFAULT } from '../../../constants.js' import pageRoute from '../../../routes/page-route.js' import { nextPage } from '../../../routes/next-page.js' export default pageRoute(NO_LICENCE_REQUIRED.page, NO_LICENCE_REQUIRED.uri, null, nextPage, () => ({ uri: { servicePage: process.env.SERVICE_PAGE || SERVICE_PAGE_DEFAULT } }))