Toggle navigation
Toggle navigation
This project
Loading...
Sign in
양신희
/
Chess.gg
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Network
Create a new issue
Commits
Issue Boards
Authored by
양신희
2020-06-25 21:14:19 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fd6bbaa15245f670e741b68926e34e8c0d37b668
fd6bbaa1
1 parent
84e3d99d
app.js 수정
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Chess/app.js
Chess/app.js
View file @
fd6bbaa
...
...
@@ -11,6 +11,6 @@ app.set('view engine', 'ejs');
app
.
use
(
express
.
static
(
'public'
));
var
server
=
app
.
listen
(
808
0
,
function
()
{
var
server
=
app
.
listen
(
900
0
,
function
()
{
console
.
log
(
'Success'
);
});
\ No newline at end of file
...
...
Please
register
or
login
to post a comment