Skip to content

Commit

Permalink
feat: credentials true 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
xodms0309 committed Oct 16, 2023
1 parent 63ae8b3 commit b72b8a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const fetchRecipeComments = async (pageParam: PageParam, recipeId: number) => {
const response = await recipeApi.get({
params: `/${recipeId}/comments`,
queries: queries,
credentials: true,
});
const data: CommentResponse = await response.json();
return data;
Expand Down

0 comments on commit b72b8a8

Please sign in to comment.