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
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김수민
2019-12-02 18:43:07 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
1c5063ad7c876e422262ff3ec5a411ad2e9dcd4c
1c5063ad
2 parents
a4845299
55746b9b
.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
.idea/workspace.xml
app.js
.idea/workspace.xml
View file @
1c5063a
...
...
@@ -65,6 +65,7 @@
<workItem
from=
"1574662422550"
duration=
"816000"
/>
<workItem
from=
"1574669792266"
duration=
"65000"
/>
<workItem
from=
"1574670031852"
duration=
"24000"
/>
<workItem
from=
"1575279295835"
duration=
"451000"
/>
</task>
<servers
/>
</component>
...
...
app.js
View file @
1c5063a
...
...
@@ -201,3 +201,4 @@ function handleEvent(event) {
app
.
listen
(
80
,
function
()
{
console
.
log
(
'Linebot listening on port 80!'
);
});
...
...
Please
register
or
login
to post a comment