Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Chat_Bot
/
KaKao_ChatBot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
윤준현
2018-12-05 20:59:29 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b19d0a6ae4320f0323978dd5eb86b754ea538fe3
b19d0a6a
1 parent
ab264193
changePortnumber
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
b19d0a6
...
...
@@ -25,7 +25,7 @@ app.get('/keyboard', function(req,res){
});
//8080포트로 서버 접속
http
.
createServer
(
app
).
listen
(
808
0
,
()
=>
{
http
.
createServer
(
app
).
listen
(
900
0
,
()
=>
{
console
.
log
(
'Server running..'
);
});
...
...
Please
register
or
login
to post a comment