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

nodejs-express-server.services.index.mustache Maven / Gradle / Ivy

The newest version!
{{#apiInfo}}
{{#apis}}
{{#operations}}
{{#operation}}
{{#-first}}
const {{classname}}Service = require('./{{classname}}Service');
{{/-first}}
{{/operation}}
{{/operations}}
{{/apis}}
{{/apiInfo}}

module.exports = {
{{#apiInfo}}
{{#apis}}
{{#operations}}
{{#operation}}
{{#-first}}
  {{classname}}Service,
{{/-first}}
{{/operation}}
{{/operations}}
{{/apis}}
{{/apiInfo}}
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy