From c048a5ae00c9180f506e03fe1d8aa47b548b7afe Mon Sep 17 00:00:00 2001 From: Simon KP <“simon@techops.services”> Date: Thu, 18 Apr 2024 14:03:07 +1000 Subject: [PATCH] api --- frontend/src/environments/environment.prod.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/environments/environment.prod.ts b/frontend/src/environments/environment.prod.ts index 3403f99c..75918b22 100644 --- a/frontend/src/environments/environment.prod.ts +++ b/frontend/src/environments/environment.prod.ts @@ -1,7 +1,7 @@ export const environment = { production: true, - apiUrl: 'https://mips-api-staging.makerdao.com', - // apiUrl: 'https://mips-api.makerdao.com', + // apiUrl: 'https://mips-api-staging.makerdao.com', + apiUrl: 'https://mips-api.makerdao.com', repoUrl: 'https://github.com/makerdao/mips/blob/master', feedBackFormUrl: 'https://formspree.io/f/xvodvpze', githubURL: 'https://github.com/',