From ea68d390bc405afcdd51d4c96c999cca85cff9fe Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Aranburu Date: Thu, 22 Jun 2023 08:16:50 +0200 Subject: [PATCH] chore: api url aldatzen du --- front/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/.env.production b/front/.env.production index 17cf3e0..4257f20 100644 --- a/front/.env.production +++ b/front/.env.production @@ -1,2 +1,2 @@ GATSBY_ROOT_URL=https://laba-webgunea.netlify.app -API_URL=https://strapi-production-fafc.up.railway.app/api +API_URL=https://laba-webgunea.up.railway.app/api