UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

8 lines (7 loc) 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.notFound = void 0; const notFound = (req, res) => { res.status(404).send("Not found"); }; exports.notFound = notFound;