Skip to content

Commit

Permalink
Merge pull request #106 from softeerbootcamp4th/fix/CLAP-151
Browse files Browse the repository at this point in the history
fix(CLAP-151): 파츠뽑기 API에 `credentials` 속성 추가
  • Loading branch information
thgee authored Aug 22, 2024
2 parents 54b99a2 + 2304a96 commit 9883f28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/service/src/apis/partsEvent/apiPostParts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const apiPostParts = (): Promise<IParts> =>
method: "POST",
headers: {
Authorization: `Bearer ${getAccessToken()}`,
credentials: "include",
},
},
).then((response) => response.json());

0 comments on commit 9883f28

Please sign in to comment.