Skip to content

Commit

Permalink
OAuth redirect URI 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaeyeon1 committed Nov 28, 2023
1 parent f043570 commit 430e2c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/constant/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ 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 = 'https://glog-beta.verel.app/oauth2/redirect';
export const OAUTH2_REDIRECT_URI = 'http://15.164.221.35:3000';

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

0 comments on commit 430e2c7

Please sign in to comment.