UNPKG

ncc-prototype-email-alerts-sub

Version:

Northumberland Council Front End Email Alerts Subscription Prototype

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