From 1c08728dadb2a82acc8137044ba807f2a6d84653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20K=C3=A4sler?= <tom.kaesler@mni.thm.de> Date: Mon, 10 Aug 2015 16:04:44 +0200 Subject: [PATCH] add basePath for api doc --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e49c19e01..9d6856e37 100644 --- a/pom.xml +++ b/pom.xml @@ -415,7 +415,7 @@ <springmvc>true</springmvc> <locations>de.thm.arsnova.controller;de.thm.arsnova.entities</locations> <schemes>http,https</schemes> - <basePath>/</basePath> + <basePath>/api</basePath> <info> <title>ARSnova API Documentation</title> <version>${project.version}</version> -- GitLab