X-Git-Url: http://source.jalview.org/gitweb/?p=proteocache.git;a=blobdiff_plain;f=server%2Fcompbio%2Fspring%2FWebConfig.java;h=be5e464443172da809832f8694e6063e9a38d5bf;hp=0a0de7aba0219af2b449164707a0483e2c944b3e;hb=daa7e16fa1815c285bf465b69c8aa1a4ae36c0b9;hpb=00e522e98b3a55bb0ee05438c20c0f6f30bd411a diff --git a/server/compbio/spring/WebConfig.java b/server/compbio/spring/WebConfig.java index 0a0de7a..be5e464 100644 --- a/server/compbio/spring/WebConfig.java +++ b/server/compbio/spring/WebConfig.java @@ -29,6 +29,6 @@ public class WebConfig extends WebMvcConfigurerAdapter { registry.addResourceHandler("/css/**").addResourceLocations("/css/"); registry.addResourceHandler("/images/**").addResourceLocations("/images/"); registry.addResourceHandler("/js/**").addResourceLocations("/js/"); + registry.addResourceHandler("/results/**").addResourceLocations("/results/"); } - -} \ No newline at end of file +}