We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c2c46 commit 84a5d97Copy full SHA for 84a5d97
1 file changed
WEBHOOK_kor.md
@@ -16,8 +16,8 @@ LINE Develpers.NET library를 이용하여 간단한 webhook을 테스트 하는
16
_client = new LineMessagingClient("your channel access token"); //수정
17
}
18
```
19
-3. Visual Studio → F5를 통해 project 실행
20
-4. 아래와 같이 host 및 callback 경로를 기억한다.
+4. Visual Studio → F5를 통해 project 실행
+5. 아래와 같이 host 및 callback 경로를 기억한다.
21
* ex) host : https://localhost:7250, callback url: /line/callback
22

23
0 commit comments