Skip to content

Commit

Permalink
fix: resources handler spring mvc + configuration echo controller spr…
Browse files Browse the repository at this point in the history
…ing security + deactivated unused white listing urls
  • Loading branch information
JDCS committed May 3, 2021
1 parent cba607c commit 1ffde21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/karnak/backend/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public void addResourceHandlers(ResourceHandlerRegistry registry) {
.addResourceHandler("/icons/**")
.addResourceLocations("classpath:META-INF/resources/icons/");
}
}
}

0 comments on commit 1ffde21

Please sign in to comment.