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:55:18 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0d7a30a6d7ecdd2fe46a8eee494aa23c4066101f
0d7a30a6
1 parent
01d0dad7
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 @
0d7a30a
...
...
@@ -104,7 +104,7 @@ async function handleEvent(event) {
body
:
fs
.
readFileSync
(
"./photo/1.png"
)
};
app
.
get
(
'/photo'
,(
req
,
res
)
=>
{
res
.
send
(
options
.
body
);
res
.
send
(
chunk
);
})
/*
request.post(options, function (error, response, body) {
...
...
Please
register
or
login
to post a comment