Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대철
/
CafeRecommend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최정민
2021-06-08 03:27:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b9ee9eee0814a6a8c7f17882c1368bbb6e45585d
b9ee9eee
1 parent
87145cea
DOCS : 이미지 파일 등 필요없는 파일 삭제
-
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
public/images/home.png
routes/users.js
public/images/home.png
deleted
100644 → 0
View file @
87145ce
8.82 KB
routes/users.js
deleted
100644 → 0
View file @
87145ce
var
express
=
require
(
'express'
);
var
router
=
express
.
Router
();
/* GET users listing. */
router
.
get
(
'/'
,
function
(
req
,
res
,
next
)
{
res
.
send
(
'respond with a resource'
);
});
module
.
exports
=
router
;
Please
register
or
login
to post a comment