Skip to content

Commit 7119383

Browse files
committed
chore: 주석제거
1 parent e12570f commit 7119383

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/extension/src/apis/axios.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export interface PutArticleRequest {
6161
remindTime: string | null;
6262
}
6363

64-
// 이거 오류남 확인 요망
6564
export const putArticle = async (
6665
articleId: number,
6766
data: PutArticleRequest
@@ -72,7 +71,6 @@ export const putArticle = async (
7271
return response;
7372
};
7473

75-
//아티클 상세조회
7674
export const getArticleDetail = async (articleId: number) => {
7775
const response = await apiRequest.get(`/api/v3/articles/${articleId}`);
7876
return response.data.data;

0 commit comments

Comments
 (0)