Skip to content

Commit

Permalink
deploy: 수정 사항 반영 재배포
Browse files Browse the repository at this point in the history
  • Loading branch information
LEEJaeHyeok97 committed Nov 23, 2024
1 parent 90ba864 commit 9400ff1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void updateMenu(String customOAuthUser, Long menuId, MenuUpdateRequestDTO
menu.setPrice(menuUpdateRequestDTO.getPrice());

menuRepository.save(menu);
}//
}

@Transactional
public void deleteMenu(String customOAuthUser, Long id) {
Expand Down

0 comments on commit 9400ff1

Please sign in to comment.