Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -36,7 +36,7 @@ CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를 | ... | @@ -36,7 +36,7 @@ CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를 |
36 | 4. Line Messaging API - Webhook 설정에서 본인의 domain을 입력합니다. | 36 | 4. Line Messaging API - Webhook 설정에서 본인의 domain을 입력합니다. |
37 | ![webhook](https://ifh.cc/g/gQCJw4.png) | 37 | ![webhook](https://ifh.cc/g/gQCJw4.png) |
38 | 5. 코드에 본인이 발급받은 API KEY, Domain을 입력합니다. | 38 | 5. 코드에 본인이 발급받은 API KEY, Domain을 입력합니다. |
39 | -``` | 39 | +``` |
40 | const USER_ID = '{YOUR OWN LINE MESSAGING API USER_ID}'; | 40 | const USER_ID = '{YOUR OWN LINE MESSAGING API USER_ID}'; |
41 | const TOKEN = '{YOUR OWN LINE MESSAGING API TOKEN}'; | 41 | const TOKEN = '{YOUR OWN LINE MESSAGING API TOKEN}'; |
42 | const domain = '{YOUR OWN DOMAIN}'; | 42 | const domain = '{YOUR OWN DOMAIN}'; | ... | ... |
-
Please register or login to post a comment