dev add method link
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-05-08 13:58:40 +07:00
parent ec8f3af710
commit ed8eb25ec1
@@ -48,6 +48,7 @@ public class UserInfoHandler implements RequestHandler {
UserAdditionalInfoBody.class); UserAdditionalInfoBody.class);
log.info("Processing UserInfoHandler with action: {}", body.getAction()); log.info("Processing UserInfoHandler with action: {}", body.getAction());
log.info("UserAdditionalInfoBody: {}", body);
return switch (body.getAction()) { return switch (body.getAction()) {
case "getAll" -> getAllAdditionalInfos(request); case "getAll" -> getAllAdditionalInfos(request);