Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Feb 18, 2019
1 parent 94707ad commit dee201d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/main/scala/tapir/example/BooksExample.scala
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class SwaggerUI(yml: String) {
path(SwaggerYml) {
complete(yml)
} ~
getFromResourceDirectory("META-INF/resources/webjars/swagger-ui/3.20.0/")
getFromResourceDirectory("META-INF/resources/webjars/swagger-ui/3.20.5/")
}
}

Expand Down

0 comments on commit dee201d

Please sign in to comment.