Skip to content
Snippets Groups Projects
Commit 7112d906 authored by Julian Hochstetter's avatar Julian Hochstetter
Browse files

mvc mapping: add template folder as a static resource

parent 47db376b
No related merge requests found
......@@ -24,6 +24,7 @@
<mvc:resources mapping="/lib/**" location="/lib/"/>
<mvc:resources mapping="/resources/**" location="/resources/"/>
<mvc:resources mapping="/screenshots/**" location="/screenshots/"/>
<mvc:resources mapping="/templates/**" location="/templates/"/>
<mvc:annotation-driven />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment