From c4b2f210bea2b6b03a7acef25b6702548ff42755 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Thu, 5 Nov 2015 18:49:11 -0800 Subject: [PATCH] fixed context path --- .../swagger-codegen/src/main/resources/JavaJaxRS/web.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/swagger-codegen/src/main/resources/JavaJaxRS/web.mustache b/modules/swagger-codegen/src/main/resources/JavaJaxRS/web.mustache index ae6f6d4d69..2046f433bb 100644 --- a/modules/swagger-codegen/src/main/resources/JavaJaxRS/web.mustache +++ b/modules/swagger-codegen/src/main/resources/JavaJaxRS/web.mustache @@ -41,7 +41,7 @@ jersey - /* + {{contextPath}}/* ApiOriginFilter