From c2581cc46160a772c3084f3bbf862f7f68392371 Mon Sep 17 00:00:00 2001 From: harish Date: Mon, 30 Sep 2024 14:42:38 +0530 Subject: [PATCH] updated fe base url form prod --- src/main/resources/application-production.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application-production.properties b/src/main/resources/application-production.properties index be371126..8de9367a 100644 --- a/src/main/resources/application-production.properties +++ b/src/main/resources/application-production.properties @@ -9,3 +9,4 @@ spring.h2.console.enabled=true base-url=http://bandi-api.gepafin.it isVatCheckGloballyDisabled = false +fe.base.url=http://bandi.gepafin.it \ No newline at end of file