Skip to content

Commit

Permalink
fix(RA-exclude): RA-1-3 (#13)
Browse files Browse the repository at this point in the history
* add readme

* add text to readme

* Remove Joi dependenc. Fix dirname issue

* rename exclude param

* remove merge conflict delimiters
  • Loading branch information
NickOvt authored May 9, 2024
1 parent e9cc441 commit 5a40707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restifyOpenapiGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class RestifyApiGenerate {
const route = routes[routePath];
const { spec } = route;

if (spec.exclude) {
if (spec.excludeRoute) {
continue;
}

Expand Down

0 comments on commit 5a40707

Please sign in to comment.