UNPKG

ncc-prototype-email-alerts-sub

Version:

Northumberland Council Front End Email Alerts Subscription Prototype

6 lines (5 loc) 210 B
import { Request, Response } from "express"; import { Controller } from "../types/controller"; export const startController: Controller = async (req: Request, res: Response) => { res.render(`start.njk`); }