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-11-29 18:51:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c105b84d9fd4593ca2195daf470512f34a0dd3b
6c105b84
1 parent
328b8584
1werwr
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
6c105b8
...
...
@@ -110,6 +110,6 @@ function handleEvent(event) {
});
}
app
.
listen
(
300
0
,
function
()
{
app
.
listen
(
8
0
,
function
()
{
console
.
log
(
'Linebot listening on port 3000!'
);
});
...
...
Please
register
or
login
to post a comment