diff options
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/de/itc/onkostar/library/moduleContext.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/de/itc/onkostar/library/moduleContext.xml b/src/main/resources/de/itc/onkostar/library/moduleContext.xml index 7a78f8c..c554416 100644 --- a/src/main/resources/de/itc/onkostar/library/moduleContext.xml +++ b/src/main/resources/de/itc/onkostar/library/moduleContext.xml @@ -25,6 +25,6 @@ <context:component-scan base-package="de.ukw.ccc.onkostar.atccodes" /> <context:component-scan base-package="DNPM.config" /> - <mvc:resources mapping="/app/lib/umr/**" location="classpath:/app/lib/umr/" /> - <mvc:resources mapping="/app/plugins/atccodes/**" location="classpath:/de/ukw/ccc/onkostar/atccodes/" /> + <mvc:resources mapping="/app/lib/umr/**/*.js" location="classpath:/app/lib/umr/" /> + <mvc:resources mapping="/app/plugins/atccodes/**/*.js" location="classpath:/de/ukw/ccc/onkostar/atccodes/" /> </beans>
\ No newline at end of file |
