Skip to content

Commit

Permalink
Merge pull request #192 from Meetfolio-Project-CodeZ-Team/develop
Browse files Browse the repository at this point in the history
merge to main
  • Loading branch information
Minkyu0424 authored May 23, 2024
2 parents 7212025 + 23e9a2e commit 3e69f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/points/ChargePoint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const ChargePoint = ({
total_amount: Number(chargeP),
approval_url:
coverLetterId === 0
? `${process.env.NEXT_PUBLIC_GAHCON_SERVER}/mypage/mypoint`
: `${process.env.NEXT_PUBLIC_GAHCON_SERVER}/coverletter?id=${coverLetterId}`,
? `http://www.meetfolio.kro.kr:60005/mypage/mypoint`
: `http://www.meetfolio.kro.kr:60005/coverletter?id=${coverLetterId}`,
}
const requestConfig = {
method: 'POST',
Expand Down

0 comments on commit 3e69f66

Please sign in to comment.