Skip to content

Commit

Permalink
Chore: deploy용 ip 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon committed Apr 29, 2024
1 parent 2f240cd commit 6635643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<body>
<div class="wrapper">
<!-- todo client_id 각자 등록한걸로 수정 -->
<a href="https://kauth.kakao.com/oauth/authorize?client_id=870a0aa62b8d10e559ef78b1f1ee3cb1&redirect_uri=http://223.130.152.53:8080/oauth/kakao/callback&response_type=code">
<a href="https://kauth.kakao.com/oauth/authorize?client_id=870a0aa62b8d10e559ef78b1f1ee3cb1&redirect_uri=http://110.165.16.122:8080/oauth/kakao/callback&response_type=code">
<div class="content">
카카오 로그인
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<body>
<div class="wrapper">
<!-- todo client_id 각자 등록한걸로 수정 -->
<a href="https://kauth.kakao.com/oauth/authorize?client_id=870a0aa62b8d10e559ef78b1f1ee3cb1&redirect_uri=http://localhost:8080/oauth/kakao/callback&response_type=code">
<a href="https://kauth.kakao.com/oauth/authorize?client_id=870a0aa62b8d10e559ef78b1f1ee3cb1&redirect_uri=http://localhost:8080/oauth/kakao&response_type=code">
<div class="content">
카카오 로그인
</div>
Expand Down

0 comments on commit 6635643

Please sign in to comment.