Skip to content

Commit

Permalink
Update oauth.kakao.tsx.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
crew852 committed Aug 16, 2024
1 parent e3a2327 commit b6fe479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/oauth.kakao.tsx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const action: ActionFunction = async ({ request }) => {
요청 실패 시 오류 메시지를 JSON 형태로 반환하고 콘솔에 오류를 출력합니다.
*/
try {
//추후에 진짜 백엔드 api url로 변경예정입니다.
const response = await axios.post('(백엔드api url)', {
code,
state,
Expand Down

0 comments on commit b6fe479

Please sign in to comment.