We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7829385 commit 63c03f0Copy full SHA for 63c03f0
lib/compiler/swagger/index.js
@@ -16,9 +16,9 @@ let Swagger = function (object, options) {
16
_.extend(this, obj);
17
18
// Swagger paths are like {param} but koa-router paths are like :param
19
- this.convertPathParameters();
+ //this.convertPathParameters();
20
21
- //this.setRouteValidationMap();
+ this.setRouteValidationMap();
22
this.setSanitizedRoutes();
23
this.setControllers();
24
return this;
0 commit comments