Skip to content

Commit

Permalink
Merge pull request #113 from Team-INSERT/refactor/calender
Browse files Browse the repository at this point in the history
fix(calendar): 다시 캘린더
  • Loading branch information
Ubinquitous authored Nov 16, 2023
2 parents 51d5805 + f72c130 commit 306dc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/httpClient/httpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default {
like: new HttpClient("api/likes/update", axiosConfig),
image: new HttpClient("api/image/save", axiosConfig),
meal: new HttpClient("api/meal", axiosConfig),
calendar: new HttpClient("api/calendar", axiosConfig),
calendar: new HttpClient("api/calender", axiosConfig),
reserve: new HttpClient("api/ber", axiosConfig),
meister: new HttpClient("api/meister", axiosConfig),
ranking: new HttpClient("api/meister/ranking", axiosConfig),
Expand Down

0 comments on commit 306dc7a

Please sign in to comment.