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

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

There is a newer version: 7.6.0
Show 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 - 2024 Weber Informatics LLC | Privacy Policy