Skip to content

Commit

Permalink
Merge pull request #180 from KGU-C-Lab/feature/#179
Browse files Browse the repository at this point in the history
업데이트된 api 엔드포인트 반영
  • Loading branch information
SWARVY authored Jul 7, 2024
2 parents d2a489c + cebd588 commit e4a186f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/member/src/constants/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ export const END_POINT = {
// -- 블로그
BLOG: `/v1/blogs`,
BLOG_DETAIL: (id: number) => `/v1/blogs/${id}`,
ACCUSES: '/v1/accuses',
ACCUSES: '/v1/accusations',
MY_NEWS: `/v1/news`,
MY_HIRE: `/v1/job-postings`,
MY_BIRTHDAY: `/v1/members/birthday`,
MY_ACTIVITY: `/v1/schedule/activity`,
MAIN_SCHEDULE: `/v1/schedule`,
SCHEDULE_COLLECT: `/v1/schedule/collect`,
MY_ACTIVITY: `/v1/schedules/activity`,
MAIN_SCHEDULE: `/v1/schedules`,
SCHEDULE_COLLECT: `/v1/schedules/collect`,
MAIN_ACTIVITY_PHOTO: `/v1/activity-photos`,
// -- 회비
MEMBERSHIP_FEE: `/v1/membership-fees`,
Expand Down

0 comments on commit e4a186f

Please sign in to comment.