-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Develop -> main : cbt 이전 수정사항 배포 (#312)
* [Feat] GA tag class 추가 (merge into develop) (#302) * feat: GA 이벤트 탐지를 위한 class name 추가 * chore: class name 수정 * feat: kr/task 삭제에 따른 class name 분기 처리 * feat: 가이드/직접 선택에 따른 class name 분기 처리 * social api 개발 내용 반영 (#306) * feat : social get fetcher 생성 * feat : social data type 추가 * fix : social 데이터 목 데이터 -> 실제 데이터 연결로 수정 * fix : 안쓰게 된 mock data 파일 삭제 * chore : 콘솔 삭제 * Sp2/refactor -> develop (#311) * [Refactor] placeholder 라이팅 수정 (#309) * fix : kr objective placeholder 개선 * fix : 가이드에 따라 설정 시 kr 목표 텍스트 변경 * fix : kr 단위 힌트 메시지 수정 * fix : 가이드에 따라 설정 kr placeholder 재수정 * fix : objContent placeholder 수정 * [Refactor] KR validation 로직 추가 (#310) * fix : krValidation 로직에 krTitle, krMetric 문자만 입력 추가 * fix : 가이드에 따라 설정 - 첫번째 kr 카드 krValid 함수 사용으로 수정 --------- Co-authored-by: Eonseok Jeon <[email protected]>
- Loading branch information
1 parent
d7b3289
commit a084263
Showing
11 changed files
with
79 additions
and
384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import instance from '@apis/instance'; | ||
|
||
export const getSocialInfo = async (url: string) => { | ||
const response = await instance.get(url); | ||
|
||
return response.data.data; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.