Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
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
은승우
2019-12-05 12:35:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
308f23b714599e88a58c8be25d155ecc20e75c40
308f23b7
1 parent
73820d3d
Update app.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
app.js
app.js
View file @
308f23b
...
...
@@ -102,6 +102,7 @@ async function handleEvent(event) {
},
body
:
event
.
message
.
image
};
console
.
log
(
options
);
await
request
.
post
(
options
,
function
(
error
,
response
,
body
)
{
var
data
=
JSON
.
stringify
(
body
);
var
text
=
''
;
...
...
Please
register
or
login
to post a comment