Toggle navigation
Toggle navigation
This project
Loading...
Sign in
유승근
/
Computer-part-Recommand
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
Yuseunggeun
2020-06-25 17:56:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8c0cd92738651c254c2bc2bf55a606d13b715705
8c0cd927
1 parent
94b1f0f2
final
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
8c0cd92
...
...
@@ -16,5 +16,5 @@ app.set('view engine', 'ejs'); //.ejs 사용
app
.
use
(
'/'
,
index
);
//index.js로 연결
var
server
=
app
.
listen
(
3000
);
var
server
=
app
.
listen
(
23023
);
module
.
exports
=
app
;
\ No newline at end of file
...
...
Please
register
or
login
to post a comment