Skip to content

Commit

Permalink
chore: 스프링 프로필 동적으로 주입하도록 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks committed Sep 5, 2024
1 parent 0cafd16 commit 81fc7c0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public ResponseEntity<AdminRetrospectsGetResponse> getRetrospectData(
@RequestParam("endDate") LocalDateTime endDate,
@RequestParam("password") String password) {


return ResponseEntity.ok(adminService.getRetrospectData(startDate, endDate, password));
}
}

0 comments on commit 81fc7c0

Please sign in to comment.