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-01 20:46:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6fc9f661401bdc099d537337f95a3f530e998cdf
6fc9f661
1 parent
3d35e099
Update app.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app.js
app.js
View file @
6fc9f66
...
...
@@ -5,8 +5,8 @@ var https=require('https');
const
fs
=
require
(
'fs'
);
app
.
listen
(
8
0
,()
=>
{
console
.
log
(
"server on
8
0"
);
app
.
listen
(
300
0
,()
=>
{
console
.
log
(
"server on
300
0"
);
})
...
...
Please
register
or
login
to post a comment