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 8e03c38 commit 1642096Copy full SHA for 1642096
1 file changed
jooby-swagger/README.md
@@ -35,7 +35,7 @@
35
})
36
...;
37
38
- new Swagger().install(this);
+ new SwaggerUI().install(this);
39
40
}
41
```
@@ -74,7 +74,7 @@ The ```path``` option controls where to mount the [Swagger](http://swagger.io) r
74
{
75
...
76
77
- new Swagger("docs").install(this);
+ new SwaggerUI("docs").install(this);
78
79
80
@@ -89,7 +89,7 @@ The ```filter``` option controls what is exported to [Swagger](http://swagger.io
89
90
91
92
- new Swagger()
+ new SwaggerUI()
93
.filter(route -> {
94
return route.pattern().startsWith("/api");
95
0 commit comments