Skip to content

Commit

Permalink
feat: update swagger version in WebConfig to 5.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Feb 24, 2025
1 parent 4f09447 commit 5770ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/bio/terra/app/configuration/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ public void configurePathMatch(PathMatchConfigurer configurer) {
public void addResourceHandlers(ResourceHandlerRegistry registry) {
registry
.addResourceHandler("/webjars/swagger-ui-dist/**")
.addResourceLocations("classpath:/META-INF/resources/webjars/swagger-ui-dist/5.18.3/");
.addResourceLocations("classpath:/META-INF/resources/webjars/swagger-ui-dist/5.19.0/");
}
}

0 comments on commit 5770ecb

Please sign in to comment.