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/',