From cb195ab4a5138def861ed0eedf7d5f742828edca Mon Sep 17 00:00:00 2001 From: mahammedtaheer <57249563+mahammedtaheer@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:11:47 +0530 Subject: [PATCH] Update bootstrap.properties Signed-off-by: mahammedtaheer <57249563+mahammedtaheer@users.noreply.github.com> --- .../src/main/resources/bootstrap.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication/authentication-service/src/main/resources/bootstrap.properties b/authentication/authentication-service/src/main/resources/bootstrap.properties index 68bc2843539..69f1d755004 100644 --- a/authentication/authentication-service/src/main/resources/bootstrap.properties +++ b/authentication/authentication-service/src/main/resources/bootstrap.properties @@ -49,4 +49,4 @@ openapi.service.servers[0].description=Id Authentication Service openapi.group.name=${openapi.info.title} openapi.group.paths[0]=/** springdoc.swagger-ui.disable-swagger-default-url=true - +#Test