Skip to content

Commit

Permalink
feat: apiginore 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hocaron committed Aug 17, 2024
1 parent 7007c52 commit 1a5dee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public ApiResponse<EmptyResponse> updateLastViewedAt(
@DeleteMapping
public ApiResponse<EmptyResponse> delete(
@ApiIgnore MemberAuth memberAuth,
@Value("${spring.profiles.active}") String activeProfile
@ApiIgnore @Value("${spring.profiles.active}") String activeProfile
) {
if (!activeProfile.equals("production")) {
memberPopupFacadeService.deleteMemberPopup(memberAuth.getMemberId());
Expand Down

0 comments on commit 1a5dee0

Please sign in to comment.