UNPKG

@defra-fish/gafl-webapp-service

Version:

The websales frontend for the GAFL service

11 lines (9 loc) 222 B
import { ERROR_TESTING } from '../uri.js' import errorTestingHandler from '../handlers/error-testing-handler.js' export default [ { method: 'GET', path: ERROR_TESTING.uri, handler: errorTestingHandler } ]