Skip to content

Commit

Permalink
[FE] feat: 꿀조합 댓글 조회에 credentials 추가 (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
xodms0309 authored Oct 16, 2023
1 parent dab066e commit f614eda
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const fetchRecipeComments = async (pageParam: PageParam, recipeId: number) => {
const response = await recipeApi.get({
params: `/${recipeId}/comments`,
queries: `?lastId=${lastId}&totalElements=${totalElements}`,
credentials: true,
});
const data: CommentResponse = await response.json();
return data;
Expand Down

0 comments on commit f614eda

Please sign in to comment.