UNPKG

@acadix/setup

Version:

Acadix Learning Management System backend application project setup

8 lines 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const utils_1 = require("../utils"); const notFound = (req) => { throw new utils_1.Error.NotFound(`Route ${req.originalUrl} does not exist`); }; exports.default = notFound; //# sourceMappingURL=notfound.middleware.js.map