forked from loafle/openapi-generator-original
[core] process TRACE operation (#3648)
This commit is contained in:
parent
dac370b7f7
commit
2ada4d90b4
@ -974,6 +974,7 @@ public class DefaultGenerator extends AbstractGenerator implements Generator {
|
||||
processOperation(resourcePath, "delete", path.getDelete(), ops, path);
|
||||
processOperation(resourcePath, "patch", path.getPatch(), ops, path);
|
||||
processOperation(resourcePath, "options", path.getOptions(), ops, path);
|
||||
processOperation(resourcePath, "trace", path.getTrace(), ops, path);
|
||||
}
|
||||
return ops;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user