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:35:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
32ef80bdc1aee36a9bb168801bff64bee27723d4
32ef80bd
1 parent
857ba9eb
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 @
32ef80b
...
...
@@ -182,7 +182,7 @@ function handleEvent(event) {
});
}
app
.
listen
(
3000
,
function
()
{
app
.
listen
(
443
,
function
()
{
console
.
log
(
'Linebot listening on port 3000!'
);
});
app
.
get
(
'/'
,(
req
,
res
)
=>
{
...
...
Please
register
or
login
to post a comment