dev add user info method by id
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-05-12 16:15:23 +07:00
parent 6bc6592f37
commit 0314618db5
@@ -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);