This commit is contained in:
@@ -66,8 +66,8 @@ public class UserInfoHandler implements RequestHandler {
|
||||
request.getMsgId(),
|
||||
MessageCode.INVALID_ACTION.getCode(),
|
||||
"Invalid action: " + body.getAction(),
|
||||
null
|
||||
);
|
||||
"valid actions: " + List.of("getAll", "getAllWithPagination", "getById",
|
||||
"getIngoById", "update", "delete"));
|
||||
};
|
||||
} catch (IllegalArgumentException e) {
|
||||
log.error("Validation error in UserInfoHandler", e);
|
||||
|
||||
Reference in New Issue
Block a user