Toggle navigation
Toggle navigation
This project
Loading...
Sign in
백승욱
/
movie-reco-chatbot
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
김준서
2022-06-08 01:49:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b7702ce587c42c9dcdfc6eaf9d45ad848e707807
b7702ce5
1 parent
540e801e
Edit Showmenu function
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
main.js
main.js
View file @
b7702ce
...
...
@@ -30,7 +30,7 @@ const user_id = config.USER_ID;
// SHOW MENU
function
ShowMenu
(
replyeToken
)
{
request
.
post
({
url
:
LINE_URL
+
'/
push
'
,
url
:
LINE_URL
+
'/
reply
'
,
headers
:
{
'Authorization'
:
`Bearer
${
TOKEN
}
`
},
...
...
Please
register
or
login
to post a comment