From fb75408152087d7d3b9647c4c8f2994ce06f7071 Mon Sep 17 00:00:00 2001 From: rajeshkhore <36757840+rajeshkhore@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:59:32 +0530 Subject: [PATCH] Update base url in application production properties --- src/main/resources/application-production.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-production.properties b/src/main/resources/application-production.properties index 4860dd7e..be371126 100644 --- a/src/main/resources/application-production.properties +++ b/src/main/resources/application-production.properties @@ -6,6 +6,6 @@ spring.datasource.driver-class-name=org.postgresql.Driver # JPA Configuration spring.h2.console.enabled=true -base-url=http://bandi.gepafin.it +base-url=http://bandi-api.gepafin.it isVatCheckGloballyDisabled = false