Skip to content

Commit

Permalink
fix: ec2 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jwo0o0 committed Nov 1, 2023
1 parent bfdd8fa commit 987f329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const LandingPage = () => {
'https://kauth.kakao.com/oauth/authorize?client_id=' +
'2841134ed95f82bded9c274a953843bb' +
'&redirect_uri=' +
'http://ec2-43-201-78-71.ap-northeast-2.compute.amazonaws.com:3080/api/auth/kakao' +
'http://ec2-13-209-45-5.ap-northeast-2.compute.amazonaws.com:3080/api/auth/kakao' +
'&response_type=code';
};

Expand Down

0 comments on commit 987f329

Please sign in to comment.