From 8b8d83c441e396f17fc313fe86c406e2aac9e6af Mon Sep 17 00:00:00 2001 From: Eric Degenetais Date: Wed, 20 Mar 2024 19:28:07 +0100 Subject: [PATCH] FIX default configuration with a context path akin to the one used in production. --- psc-toggle-manager/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psc-toggle-manager/src/main/resources/application.properties b/psc-toggle-manager/src/main/resources/application.properties index 03269ce..4285ab2 100644 --- a/psc-toggle-manager/src/main/resources/application.properties +++ b/psc-toggle-manager/src/main/resources/application.properties @@ -14,7 +14,7 @@ # limitations under the License. # -server.servlet.context-path=v1 +server.servlet.context-path=/toggle/v1 api.base.url=http://localhost:9000/api spring.servlet.multipart.max-file-size=10MB