Skip to content

Commit

Permalink
Merge pull request #479 from Hariom01010/fix/update-users-self-api-en…
Browse files Browse the repository at this point in the history
…dpoint

Updated deprecated API endpoint /users/self to /users?profile=true
  • Loading branch information
Hariom01010 authored Dec 17, 2024
1 parent e0a24c8 commit 9e0903f
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 9e0903f

Please sign in to comment.