We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
클레이튼 시세차트 생성, 마이페이지, axios통신 기본 설정
09.23일 ~ 28일
import { instance } from 'utils/axiosUtils';
instance
The text was updated successfully, but these errors were encountered:
yurim22
No branches or pull requests
📝 작업 내용
🚩 작업기간
📍 클레이튼 시세차트 생성
- 참고 : https://github.com/tradingview/lightweight-charts
📍 마이페이지
- 지갑 관련 saga, reducer 생성 => user파일 안에 생성
- 사용자 정보 변경
- 내가 등록한 작품
- 내가 구매한 작품
- 좋아요한 작품
📍 axios 통신 기본 설정
- base url 및 header authentication 정보 넣어 axios setting
import { instance } from 'utils/axiosUtils';
불러옴instance
를 쓴다고 생각하여 `instance.get('/test') 이런식으로 작성 ( ❌'axios.get('test')' 아님!❌)The text was updated successfully, but these errors were encountered: