From 224e2a48aa8ffa84cdbea371cf7ee9b5ac472a12 Mon Sep 17 00:00:00 2001 From: Simon KP <“simon@techops.services”> Date: Wed, 15 May 2024 13:01:54 +1000 Subject: [PATCH] staging --- frontend/src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/environments/environment.ts b/frontend/src/environments/environment.ts index 9e8b8bd9..ab301034 100644 --- a/frontend/src/environments/environment.ts +++ b/frontend/src/environments/environment.ts @@ -5,7 +5,7 @@ export const environment = { production: false, // apiUrl: 'http://backend:3000', - apiUrl: "https://mips-api-prod.makerdao.com", + apiUrl: "https://mips-api-staging.makerdao.com", repoUrl: 'https://github.com/makerdao/mips/blob/master', feedBackFormUrl: 'https://formspree.io/f/xzbyjjnb', githubURL: 'https://github.com/',