Skip to content

Commit

Permalink
Yohannparis/fix limitations on projects views (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis authored Aug 14, 2023
1 parent 867f361 commit fb1d52a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class ProjectResource {

@GET
public Response getProjects(
@DefaultValue("50") @QueryParam("page_size") final Integer pageSize,
@DefaultValue("250") @QueryParam("page_size") final Integer pageSize,
@DefaultValue("0") @QueryParam("page") final Integer page
) {
List<Project> projects = proxy.getProjects(pageSize, page);
Expand Down

0 comments on commit fb1d52a

Please sign in to comment.