Skip to content

Commit

Permalink
fix route
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Nov 3, 2024
1 parent 804e557 commit 0703658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/services/Admin/AdminService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const AdminService = {
}
},
getEvent: async function (eventId: string) {
const { response, data } = await fetchClient.GET("/events/{id}", {
const { response, data } = await fetchClient.GET("/admin/events/{id}", {
params: {
path: { id: eventId }
}
Expand Down

0 comments on commit 0703658

Please sign in to comment.