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
sckim
2019-11-16 19:20:57 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6ea165d23e8579dc533266fc247c21acb70d71ea
6ea165d2
1 parent
c08ea32d
del app_test.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
app_test.js
app_test.js
deleted
100644 → 0
View file @
c08ea32
var
express
=
require
(
'express'
);
var
app
=
express
();
app
.
get
(
'/'
,
(
req
,
res
)
=>
{
return
res
.
send
(
"HELLO, TEST!"
)
});
app
.
listen
(
3000
,
function
()
{
console
.
log
(
'Linebot listening on port 3000!'
);
});
Please
register
or
login
to post a comment