Skip to content

Commit

Permalink
Merge branch 'develop' into fix/127
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeokson authored Aug 17, 2024
2 parents dd187a0 + 0cd00ff commit 9a052f4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ public ResponseEntity<Void> handleFcfs(@Parameter(hidden = true) HttpServletRequ
String fcfsCode = fcfsService.handleFcfsEvent(userId, round, fcfsRequestDto);
log.info("fcfsCode in handleFcfs : {}", fcfsCode);

log.info("fcfsCode in handleFcfs : {}", fcfsCode);

HttpHeaders headers = new HttpHeaders();
String redirectUrl = "https://softeer.site/fcfs/result";

Expand Down

0 comments on commit 9a052f4

Please sign in to comment.