Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aditisneh committed Jul 8, 2021
1 parent 65b594c commit 9aaf39a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node server.js
8 changes: 4 additions & 4 deletions login-signup/src/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const BACKEND_URL='http://localhost:5000';
//export const BACKEND_URL='https://server-ms-teams.herokuapp.com/';
// export const BACKEND_URL='http://localhost:5000';
export const BACKEND_URL='https://server-ms-teams.herokuapp.com/';
//export const BACKEND_URL='https://video-chat-meet-backend.herokuapp.com';
export const APP_URL='http://localhost:443';
// export const APP_URL='http://localhost:443';

//export const APP_URL='https://ms-teams.netlify.app/';
export const APP_URL='https://ms-teams.netlify.app/';

0 comments on commit 9aaf39a

Please sign in to comment.