Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
qkrdmstlr3 committed Aug 24, 2024
1 parent 8fb0ee6 commit 2371440
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface GetCardDetailResponse {
}

const getCardDetail = (cardId: number) =>
http.get({
http.get<GetCardDetailResponse>({
url: `/cards/${cardId}`,
});

Expand Down

0 comments on commit 2371440

Please sign in to comment.