Skip to content

Commit

Permalink
Update eventRouter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebzaki-07 authored Oct 21, 2024
1 parent 93046ea commit d856a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/routes/eventRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ router.get("/", async (req, res) => {
endpoints: {
CreateEvent: "/event/create",
GetEvents: "/event/all",
bookEvents : "/event/book-event",
bookEvents : "/event/book-events",
GetBookedEvents : "/event/get-booked-events/:customerId",
},
documentation: "https://api-docs-url.com",
Expand Down

0 comments on commit d856a9a

Please sign in to comment.