Toggle navigation
Toggle navigation
This project
Loading...
Sign in
임승현
/
Multiplex_Ticketing_Platform
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
ShinSeungMin
2022-06-08 04:43:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
886bc3c9f9cf4ee7fb27c9fece680a5f28d9d4ac
886bc3c9
1 parent
26352304
Edit bug again README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
886bc3c
...
...
@@ -35,7 +35,7 @@ CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를
`npm install`
4.
Line Messaging API - Webhook 설정에서 본인의 domain을 입력합니다.
![
webhook
](
https://ifh.cc/g/gQCJw4.png
)
5.
코드에 본인이 발급받은 API KEY, Domain을 입력합니다.
5.
코드에 본인이 발급받은 API KEY, Domain을 입력합니다.
```
const USER_ID = '{YOUR OWN LINE MESSAGING API USER_ID}';
const TOKEN = '{YOUR OWN LINE MESSAGING API TOKEN}';
...
...
Please
register
or
login
to post a comment