Skip to content

Commit

Permalink
Add talent search page
Browse files Browse the repository at this point in the history
  • Loading branch information
khoa-nd committed Feb 5, 2015
1 parent 83c0f07 commit 1fa418d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public ViewResolver viewResolver() {

public void addResourceHandlers(ResourceHandlerRegistry registry) {
registry.addResourceHandler("/bootcamp/**").addResourceLocations("/bootcamp/");
registry.addResourceHandler("/talentsearch/**").addResourceLocations("/rs/");

registry.addResourceHandler("/**").addResourceLocations(environment.getProperty("webapp.resource.location"))
.resourceChain(true)
Expand Down

0 comments on commit 1fa418d

Please sign in to comment.