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.
2 parents f5ee206 + 8692f1c commit faa110cCopy full SHA for faa110c
1 file changed
md/doc/swagger/swagger.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}} routes:
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}}:
89
90
91
92
- new Swagger()
+ new SwaggerUI()
93
.filter(route -> {
94
return route.pattern().startsWith("/api");
95
0 commit comments