Skip to content
Snippets Groups Projects
Commit 1c08728d authored by Tom Käsler's avatar Tom Käsler
Browse files

add basePath for api doc

parent 2435c7e1
Branches
Tags
1 merge request!10Interactive API documentation
...@@ -415,7 +415,7 @@ ...@@ -415,7 +415,7 @@
<springmvc>true</springmvc> <springmvc>true</springmvc>
<locations>de.thm.arsnova.controller;de.thm.arsnova.entities</locations> <locations>de.thm.arsnova.controller;de.thm.arsnova.entities</locations>
<schemes>http,https</schemes> <schemes>http,https</schemes>
<basePath>/</basePath> <basePath>/api</basePath>
<info> <info>
<title>ARSnova API Documentation</title> <title>ARSnova API Documentation</title>
<version>${project.version}</version> <version>${project.version}</version>
......
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