Skip to content

Commit

Permalink
update endpoint documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Sep 16, 2024
1 parent e5f210d commit e6a628c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client/src/models/__generated__/schema.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions server/src/middleware/__generated__/swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions server/src/service-layer/controllers/EventController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ export class EventController extends Controller {
}
}

/**
* Fetches latest events starting from the event with the latest starting date
* (**NOT** the signup open date) based on limit. Is paginated with a cursor
*/
@Get()
@SuccessResponse("200", "Successfully fetched all events")
public async getAllEvents(
Expand Down

0 comments on commit e6a628c

Please sign in to comment.