Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김동훈
/
OpenSource_Project
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
Donghoon Kim
2018-12-11 19:39:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ad964e92574a9dfca11eedd8dd4409fc61b1d16c
ad964e92
1 parent
d00bdbaa
Clean Project
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
ad964e9
...
...
@@ -17,4 +17,4 @@ app.use(express.static(path.join(__dirname, 'public')));
app
.
use
(
'/'
,
indexRouter
);
app
.
use
(
'/users'
,
usersRouter
);
module
.
exports
=
app
;
\ No newline at end of file
var
server
=
app
.
listen
(
3000
);
...
...
Please
register
or
login
to post a comment