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 4e5ca66 commit 8a734f4Copy full SHA for 8a734f4
1 file changed
jooby/src/main/java/io/jooby/OpenAPIModule.java
@@ -166,7 +166,7 @@ public OpenAPIModule() {
166
* @param contextPath Context path/Path prefix.
167
* @return This module.
168
*/
169
- public @NonNull OpenAPIModule setContextPath(@NonNull String contextPath) {
+ public @NonNull OpenAPIModule contextPath(@NonNull String contextPath) {
170
this.contextPath = contextPath;
171
return this;
172
}
0 commit comments