From ab7a0b8d865563a7c6d1468276a297f632db9974 Mon Sep 17 00:00:00 2001 From: Manishch22 <126442522+Manishch22@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:46:25 +0530 Subject: [PATCH] Update bootstrap.properties for servlet path --- esignet-service/src/main/resources/bootstrap.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esignet-service/src/main/resources/bootstrap.properties b/esignet-service/src/main/resources/bootstrap.properties index 540212eaa..4345e49f5 100644 --- a/esignet-service/src/main/resources/bootstrap.properties +++ b/esignet-service/src/main/resources/bootstrap.properties @@ -8,7 +8,7 @@ spring.cloud.config.uri=http://localhost:51000 spring.profiles.active=local server.port=3333 -server.servlet.path=/v1/esignet +server.servlet.path=/ openapi.info.title=e-Signet Service openapi.info.description=Rest Endpoints for operations related to e-Signet