Skip to content

Commit

Permalink
Updated deprecated /users/self API endpoint to the current working en…
Browse files Browse the repository at this point in the history
…dpoint /users?profile=true
  • Loading branch information
Hariom01010 committed Dec 8, 2024
1 parent 406f2eb commit 962775c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const STATUS_URL = 'https://status.realdevsquad.com';
export const LOGIN_URL = `https://github.com/login/oauth/authorize?client_id=23c78f66ab7964e5ef97&state=${STATUS_URL}`;
export const MEMBERS_URL = 'https://members.realdevsquad.com';
export const CHALLENGES_URL = `${BASE_URL}/challenges`;
export const USER_SELF = `${BASE_URL}/users/self`;
export const USER_SELF = `${BASE_URL}/users?profile=true`;
export const USERS_IDLE = `${BASE_URL}/users/search?state=IDLE`;
export const DEFAULT_AVATAR = '/Avatar.png';
export const RDS_LOGO = '/RDSLogo.png';
Expand Down

0 comments on commit 962775c

Please sign in to comment.