Skip to content

Commit

Permalink
fix : 알림톡 템플릿 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ywj9811 committed Feb 25, 2025
1 parent 2a363f4 commit 7874bca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public void deleteParents(@PathVariable String phoneNumber) {
@Operation(summary = "구글폼 프로필 작성시 받는 알림톡 - 받을 사람의 전화번호를 적어주세요! 단, 이미 가입은 이미 선생님으로 했어야 합니다!")
public void finProfile(@PathVariable String phoneNumber) {
Teacher teacher = teacherGetService.byPhoneNumber(phoneNumber);
teacherMessage.counselStartAndPhotoSubmit(teacher);
teacherMessage.photoSubmit(teacher);
}

@PostMapping("/test/teacher/photo/{phoneNumber}")
Expand Down

0 comments on commit 7874bca

Please sign in to comment.