Skip to content

Commit

Permalink
Merge pull request #314 from CheckMate-sookmyung/fix/#313-manager
Browse files Browse the repository at this point in the history
#313 [FIX] API path 내 오타 수정
  • Loading branch information
misung-dev authored Sep 20, 2024
2 parents 0680596 + 19e4b0c commit 991df13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const deleteEvent = async (eventId) => {

export const putEventManager = async (eventId, body) => {
const { data } = await axiosInstance.put(
`/api/v1/events/manger/${eventId}`,
`/api/v1/events/manager/${eventId}`,
body,
);

Expand Down

0 comments on commit 991df13

Please sign in to comment.