UNPKG

ncc-prototype-email-alerts-sub

Version:

Northumberland Council Front End Email Alerts Subscription Prototype

11 lines (10 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.route = void 0; const startController_1 = require("../controllers/startController"); exports.route = { controller: startController_1.startController, route: '/start', type: 'get', validators: [] };