change page index default
This commit is contained in:
parent
9bd03daf0e
commit
948e35ae12
@ -74,7 +74,7 @@ public class UsersRessources {
|
||||
nbPages = 20;
|
||||
}
|
||||
if(page == null){
|
||||
page = 1;
|
||||
page = 0;
|
||||
}
|
||||
UUID kid = UUID.fromString(jwt.getClaim(Claims.kid));
|
||||
UsersEntity user = UsersEntity.findById(kid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user