Skip to content

Commit

Permalink
[FEAT] co,cd용 테스트기능 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
paragon0107 committed Jul 2, 2024
1 parent f3a58f7 commit ac4e692
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ public String getProfile() {
.findFirst()
.orElse(NULL);
}
@GetMapping("/profile-test")
public String getProfileTest() {
return Arrays.stream(env.getActiveProfiles())
.findFirst()
.orElse(NULL);
}
}

0 comments on commit ac4e692

Please sign in to comment.