We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b0615 commit d402bf2Copy full SHA for d402bf2
generator-core/src/main/java/io/dinject/webroutegen/openapi/MethodDocBuilder.java
@@ -44,7 +44,7 @@ public void build() {
44
operation.setDeprecated(true);
45
}
46
47
- String path = methodReader.getFullPath().replaceAll("(:)([^\\/]+)", "{$2}");
+ String path = methodReader.getFullPath().replaceAll("(:)([^/]+)", "{$2}");
48
PathItem pathItem = ctx.pathItem(path);
49
50
switch (methodReader.getWebMethod()) {
0 commit comments