Skip to content

Commit

Permalink
Merge pull request #32 from kentibs/feat/events-api
Browse files Browse the repository at this point in the history
feat: add  event get api endpoints
  • Loading branch information
Tibz-Dankan authored Jan 8, 2024
2 parents 227d9ee + 98820ab commit 0972fe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/eventsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export const getAllEvents = asyncHandler(
take: take,
skip: skip,
});
// const event = await Event.findMany();

res.status(200).json({
status: "success",
Expand Down

0 comments on commit 0972fe0

Please sign in to comment.