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

Restrict Swagger API documentation generation to /v2

parent adc30250
Branches
1 merge request!89Foundation for development of version 3.0
......@@ -484,8 +484,8 @@
<apiSource>
<springmvc>true</springmvc>
<locations>
<location>de.thm.arsnova.controller</location>
<location>de.thm.arsnova.entities</location>
<location>de.thm.arsnova.controller.v2</location>
<location>de.thm.arsnova.entities.v2</location>
</locations>
<schemes>
<scheme>http</scheme>
......
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