Skip to content

Commit

Permalink
redirect uri 바꾸기
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaeyeon1 committed Nov 28, 2023
1 parent 6c28c54 commit df951d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/constant/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ export const API_BASE_URL =
'http://glogglogglog-env.eba-fuksumx7.ap-northeast-2.elasticbeanstalk.com';

// export const OAUTH2_REDIRECT_URI = 'http://localhost:3000/oauth2/redirect';
// export const OAUTH2_REDIRECT_URI = 'https://glog-beta.verel.app/oauth2/redirect';
export const OAUTH2_REDIRECT_URI = 'http://15.164.221.35:3000';
export const OAUTH2_REDIRECT_URI = 'http://15.164.221.35:3000/oauth2/redirect';

export const GITHUB_AUTH_URL =
API_BASE_URL + '/oauth2/authorization/github?redirect_uri=' + OAUTH2_REDIRECT_URI;

0 comments on commit df951d3

Please sign in to comment.