aboutsummaryrefslogtreecommitdiff
path: root/juick-api/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-api/build.gradle')
-rw-r--r--juick-api/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-api/build.gradle b/juick-api/build.gradle
index 2d80576f..608d4afb 100644
--- a/juick-api/build.gradle
+++ b/juick-api/build.gradle
@@ -32,7 +32,7 @@ compileJava.options.encoding = 'UTF-8'
gretty {
httpPort = 8080
- contextPath = '/'
+ contextPath = '/api'
servletContainer = 'tomcat8'
}