Skip to content

Commit

Permalink
Updated deprecated API endpoint /users/self to /users?profile=true
Browse files Browse the repository at this point in the history
  • Loading branch information
Hariom01010 committed Dec 10, 2024
1 parent e0a24c8 commit b9ddee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/appConstant/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const urls = {
GITHUB_AUTH: `https://github.com/login/oauth/authorize?client_id=${githubConfig.clientId}`,
API_ENDPOINT: 'https://api.realdevsquad.com/',
REDIRECT_URL: 'https://www.realdevsquad.com/goto',
GET_USERS_DATA: 'https://api.realdevsquad.com/users/self',
GET_USERS_DATA: 'https://api.realdevsquad.com/users?profile=true',
GET_USER_DATA: 'https://api.realdevsquad.com/users?id=',
GET_CONTRIBUTIONS: 'https://api.realdevsquad.com/contributions/',
GET_ACTIVE_TASKS:
Expand Down

0 comments on commit b9ddee8

Please sign in to comment.