Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
6169963a
Commit
6169963a
authored
Jul 31, 2021
by
Kim, Subin
Browse files
route("/") ctrl 할당 및 공백추가
parent
7261db5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/routes/movie.route.js
View file @
6169963a
...
...
@@ -5,12 +5,14 @@ const router = express.Router();
router
.
route
(
"
/
"
)
// .pos
t(movieCtrl.
comparePopularMovie
)
.
ge
t
(
movieCtrl
.
getListfromDB
)
router
.
route
(
'
/showmovies/:category
'
)
router
.
route
(
'
/showmovies/:category
'
)
.
get
(
movieCtrl
.
getMovieById
)
router
.
route
(
'
/movielist
'
)
router
.
route
(
'
/movielist
'
)
.
get
(
movieCtrl
.
getMovieList
)
router
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment