From a4f7e5ef4e3a903de332093a6003a50d5e22ef5c Mon Sep 17 00:00:00 2001 From: anwiev <50668058+anwiev@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:57:59 +0200 Subject: [PATCH] Update env.config.js --- env.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.config.js b/env.config.js index 2f45da02..f6697e6f 100644 --- a/env.config.js +++ b/env.config.js @@ -9,7 +9,7 @@ const development = { } const production = { - API_URL: 'https://api.core.ac.uk/internal', + API_URL: 'https://api02.core.ac.uk/internal', } const validate = (config) =>