boostcamp-2020 / Project16-F-Account-Book

12 stars 1 forks source link

Axios 설정 모듈화 #89

Closed changheedev closed 3 years ago

changheedev commented 3 years ago

Issue Number

Close #82

새로운 기능

usage

import axios from '@/libs/axios';
import endpoints from '@/libs/endpoints';

const transactions = await axios.get(`${endpoints.TRANSACTION_API}?year=2020&month=11`);

작업 유형

체크리스트

@boostcamp-2020/accountbook_mentor