From d2610c278075eb8c06b01014f6c0d55405587477 Mon Sep 17 00:00:00 2001 From: Andrea Terzani Date: Sun, 23 Mar 2025 19:36:44 +0000 Subject: [PATCH] Updated azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3d4275c..e78a24a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ variables: envName: 'aks-olympus' azurecontainerRegistry: 'olympusreg.azurecr.io' resourceName: 'olympus' - VITE_BACKEND_URL: 'http://olympus-api-gateway-aks.olympusai.live/apollo' + VITE_BACKEND_URL: 'https://olympus-api-gateway.olympus-wizardai.com/apollo' stages: - stage: Build