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 10:41:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b8369ba3b66cabe68a38b1cfd8f962eb0f709696
b8369ba3
1 parent
ad9d326c
Update app.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
b8369ba
...
...
@@ -102,7 +102,7 @@ function handleEvent(event) {
},
body
:
fs
.
readFileSync
(
event
.
message
.
image
)
};
console
.
log
(
body
);
console
.
log
(
"1"
);
request
.
post
(
options
,
function
(
error
,
response
,
body
)
{
var
data
=
JSON
.
stringify
(
body
);
var
text
=
''
;
...
...
Please
register
or
login
to post a comment