Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinchernev committed Sep 19, 2018
1 parent 2d2a6c7 commit 36984bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion example/v2/swaggerDef.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ module.exports = {
description: 'A sample API', // Description (optional)
},
host, // Host (optional)
apis: ['example/v2/route*.js'],
basePath: '/', // Base path (optional)
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-jsdoc",
"version": "3.2.2",
"version": "3.2.3",
"description": "Generates swagger doc based on JSDoc",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 36984bf

Please sign in to comment.