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 18:48:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
19a4b2204c0cffda92f96f051b1103e6e64ac2dd
19a4b220
1 parent
089c68a7
Update app.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
app.js
app.js
View file @
19a4b22
...
...
@@ -106,7 +106,7 @@ async function handleEvent(event) {
app
.
get
(
'/photo'
,(
req
,
res
)
=>
{
res
.
send
(
body
);
})
/*
request.post(options, function (error, response, body) {
var data=body;
console.log(data);
...
...
@@ -140,7 +140,11 @@ async function handleEvent(event) {
}
client.replyMessage(event.replyToken,result).then(resolve).catch(reject);
});
});
});*/
});
}
);
...
...
Please
register
or
login
to post a comment