Skip to content

Commit

Permalink
Merge pull request #72 from Y-edu/develop
Browse files Browse the repository at this point in the history
fix : 알림톡 템플릿 변경
  • Loading branch information
ywj9811 authored Feb 25, 2025
2 parents 541fcb9 + 7874bca commit aa56056
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 aa56056

Please sign in to comment.