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 01:46:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9110fa4e28e624f73b511caa8a898e3ed2449483
9110fa4e
1 parent
351a6db2
Update app.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
9110fa4
...
...
@@ -98,8 +98,8 @@ function handleEvent(event) {
'Ocp-Apim-Subscription-Key'
:
subscriptionKey
},
body
:
fs
.
readFileSync
(
event
.
message
.
image
)
console
.
log
(
body
);
};
console
.
log
(
body
);
request
.
post
(
options
,
function
(
error
,
response
,
body
)
{
var
data
=
JSON
.
stringify
(
body
);
var
text
=
''
;
...
...
Please
register
or
login
to post a comment