n8n
Version:
n8n Workflow Automation Tool
10 lines • 414 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.unreachable = void 0;
const unreachable = (_req, res) => {
res.status(500).json({
message: 'Unexpected: this operation should have been handled by PublicApiControllerRegistry before reaching express-openapi-validator',
});
};
exports.unreachable = unreachable;
//# sourceMappingURL=decorator-routed.handler.js.map