All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nodejs.controller.mustache Maven / Gradle / Ivy

The newest version!
'use strict';

var url = require('url');

{{#operations}}

var {{classname}} = require('./{{classname}}Service');

{{#operation}}

module.exports.{{nickname}} = function {{nickname}} (req, res, next) {
  {{classname}}.{{nickname}}(req.swagger.params, res, next);
};
{{/operation}}
{{/operations}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy