express-joi-simple
Version:
## Installation
20 lines • 523 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.settings = {
info: {
"version": "1.0.0",
"title": "Title Example",
"description": "Description API example",
"termsOfService": "http://swagger.io/terms/",
"contact": {
"name": "Example team"
},
"license": {
"name": "MIT"
}
},
host: 'localhost:3000',
basePath: '/',
documentationPath: '/doc'
};
//# sourceMappingURL=settings.js.map