UNPKG

@donmahallem/trapeze-client-desktop

Version:

An electron app to be used with trapeze endpoints

11 lines 334 B
"use strict"; /*! * Source https://github.com/donmahallem/trapeze */ Object.defineProperty(exports, "__esModule", { value: true }); exports.createApiNotFoundRequestHandler = () => (req, res, next) => { res.status(404).json({ statusCode: 404, }); }; //# sourceMappingURL=api-not-found-request-handler.js.map