From 72ad73da8cd6c18558634edfcf17e27bdd39e720 Mon Sep 17 00:00:00 2001 From: Harkamal Randhawa Date: Sat, 18 Apr 2026 08:31:56 -0600 Subject: [PATCH] switch to localhost backend --- desktop/src/main/resources/connectionpetstore.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/src/main/resources/connectionpetstore.properties b/desktop/src/main/resources/connectionpetstore.properties index eacde4e2..95369ec9 100644 --- a/desktop/src/main/resources/connectionpetstore.properties +++ b/desktop/src/main/resources/connectionpetstore.properties @@ -1,3 +1,3 @@ # Backend URL — swap comments to switch between local and remote -#api.baseUrl=http://localhost:8080 -api.baseUrl=https://petshop-backend.nicepond-c7280126.westus2.azurecontainerapps.io +api.baseUrl=http://localhost:8080 +#api.baseUrl=https://petshop-backend.nicepond-c7280126.westus2.azurecontainerapps.io