Skip to content

Commit

Permalink
prod api
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon KP committed May 15, 2024
1 parent 7801a06 commit ccae2d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const environment = {
production: true,
apiUrl: 'https://mips-api-prod.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/',
Expand Down
1 change: 0 additions & 1 deletion frontend/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

export const environment = {
production: false,
// apiUrl: 'http://backend:3000',
apiUrl: "https://mips-api-staging.makerdao.com",
repoUrl: 'https://github.com/makerdao/mips/blob/master',
feedBackFormUrl: 'https://formspree.io/f/xzbyjjnb',
Expand Down

0 comments on commit ccae2d5

Please sign in to comment.