Skip to content

Commit

Permalink
fix(script): Change UserContrller setinfo return value
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunawood committed Dec 11, 2024
1 parent 38d10ca commit b8482cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ public ResponseEntity<?> mypageGetinfo(

return ResponseEntity
.status(SuccessBase.SUCCESS.getStatus())
.body(BaseResponse.success(SuccessBase.SUCCESS, "."));
.body(BaseResponse.success(SuccessBase.SUCCESS, userPet));
}
}

0 comments on commit b8482cc

Please sign in to comment.