Skip to content

Commit

Permalink
updated frontend url from ending with .com to .app following netlify …
Browse files Browse the repository at this point in the history
…update
  • Loading branch information
IrinaGM committed May 8, 2020
1 parent 66fbab8 commit 5bf4db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const FRONTEND_URL = 'https://eager-spence-678935.netlify.com';
const FRONTEND_URL_REGEX = /eager-spence-678935.netlify\.com$/;
const FRONTEND_URL = 'https://eager-spence-678935.netlify.app';
const FRONTEND_URL_REGEX = /eager-spence-678935.netlify\.app$/;

module.exports = { FRONTEND_URL, FRONTEND_URL_REGEX };

0 comments on commit 5bf4db3

Please sign in to comment.