Skip to content

Commit

Permalink
Merge pull request #141 from Meetfolio-Project-CodeZ-Team/develop
Browse files Browse the repository at this point in the history
merge to main
  • Loading branch information
NAKDO authored May 16, 2024
2 parents 9edcbee + 352440f commit 627e0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/coverletter/CovletSave.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const CovletSave = () => {
const { coverLetterId } = coverletterData
console.log(coverLetterId, '자소서 아이디')
const response = await fetch(
`${process.env.NEXT_PUBLIC_NEXT_SERVER}/api/coverletters/feedback?id=${coverLetterId}`,
`${process.env.NEXT_PUBLIC_GAHCON_SERVER}/api/coverLetter-feedbacks/${coverLetterId}`,
{
method: 'POST',
headers: {
Expand Down

0 comments on commit 627e0fc

Please sign in to comment.