@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user