Skip to content
Snippets Groups Projects
Commit 2e13e17a authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Changed webapp path of frontend for Jetty.

parent d3a0781d
No related merge requests found
......@@ -341,7 +341,7 @@
<webApp>
<contextPath>/</contextPath>
<baseResource implementation="org.eclipse.jetty.util.resource.ResourceCollection">
<resourcesAsCSV>src/main/webapp,../arsnova-st2-js/src/main/webapp</resourcesAsCSV>
<resourcesAsCSV>src/main/webapp,../arsnova-mobile/src/main/webapp</resourcesAsCSV>
</baseResource>
<overrideDescriptor>src/main/webapp/WEB-INF/web-dev.xml</overrideDescriptor>
</webApp>
......
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