Skip to content

Commit

Permalink
revert constant url.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamsinghbundela committed Jul 24, 2023
1 parent 52ff8ef commit e1b082f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/constants/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const RDS_EVENTS_URL = 'http://realdevsquad.com/events.html';
export const RDS_MEMBERS_URL = 'https://members.realdevsquad.com/';
export const RDS_CRYPTO_URL = 'https://crypto.realdevsquad.com/';
export const RDS_STATUS_URL = 'https://status.realdevsquad.com/';
export const MAIN_SITE_URL = 'http://localhost:5500/';
export const GOTO_URL = 'http://localhost:5500/goto.html';
export const MAIN_SITE_URL = 'https://realdevsquad.com/';
export const GOTO_URL = 'https://realdevsquad.com/goto';
export const AUTH_URL =
'https://github.com/login/oauth/authorize?client_id=23c78f66ab7964e5ef97';

0 comments on commit e1b082f

Please sign in to comment.