Skip to content
New issue

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

refactor: home/month mock api response 구조 수정 #258

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

soyoung125
Copy link
Owner

@soyoung125 soyoung125 commented Apr 4, 2024

mock api 수정을 진행했습니다.

  • home/month

수정 전
income: string;
available: string;
today_schedules: Schedule[];
expense: string;

수정 후
income: string;
available: string;
data: Schedule[];
expense: string;
count: number;

  • getMonthSchedules
    • 미사용으로 삭제했습니다.

close #257

@soyoung125 soyoung125 self-assigned this Apr 4, 2024
@soyoung125 soyoung125 merged commit 64128db into develop Apr 4, 2024
@soyoung125 soyoung125 deleted the refactor/257 branch April 4, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

home화면의 mock api response 구조를 변경합니다.
1 participant