Skip to content

Commit

Permalink
Fix: 배포용 kakako api endpoint로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leewooseong committed May 19, 2024
1 parent cf95067 commit fa02482
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { tokenInstance } from '@/app/axios'
export const handleLogin = async ({ code, state }: { code: string; state: string }) => {
try {
console.log({ code: code, state: state })
const response = await tokenInstance.post('/users/oauth/kakao/local-to-distribution', {
const response = await tokenInstance.post('/users/oauth/kakao/distribution-to-distribution', {
code: code,
state: state,
})
Expand Down

0 comments on commit fa02482

Please sign in to comment.