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-04 15:14:10 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
857ba9eb369e2569fad5a4a050b15fdf74b2d457
857ba9eb
1 parent
a5751379
Update app.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
app.js
app.js
View file @
857ba9e
...
...
@@ -185,3 +185,6 @@ function handleEvent(event) {
app
.
listen
(
3000
,
function
()
{
console
.
log
(
'Linebot listening on port 3000!'
);
});
app
.
get
(
'/'
,(
req
,
res
)
=>
{
res
.
send
(
"hellow"
);
})
...
...
Please
register
or
login
to post a comment