UNPKG

ncc-prototype-email-alerts-sub

Version:

Northumberland Council Front End Email Alerts Subscription Prototype

9 lines (8 loc) 228 B
import { startController } from "../controllers/startController"; import { Route } from "../types/route"; export const route: Route = { controller: startController, route: '/start', type: 'get', validators: [] }