Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 7b4c5fe

Browse files
CTI GetMapping에서 PostMapping으로 변경
1 parent bf7403f commit 7b4c5fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/nurigo/springdemo/KakaoExampleController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public SingleMessageSentResponse sendOneCta() {
181181
* 친구톡 이미지 단건 발송, send many 호환
182182
* 친구톡 내 버튼은 최대 5개까지만 생성 가능합니다.
183183
*/
184-
@GetMapping("/send-cti")
184+
@PostMapping("/send-cti")
185185
public SingleMessageSentResponse sendOneCti() throws IOException {
186186
ClassPathResource resource = new ClassPathResource("static/cti.jpg");
187187
File file = resource.getFile();

0 commit comments

Comments
 (0)