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
1a25e838
Commit
1a25e838
authored
Jul 26, 2021
by
Kim, Subin
Browse files
영화 관람표 관련 router 처리
parent
b9504c21
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/routes/index.js
View file @
1a25e838
...
...
@@ -7,6 +7,6 @@ const router = express.Router();
router
.
use
(
'
/movie
'
,
movieRouter
)
router
.
use
(
'
/auth
'
,
userRouter
)
router
.
use
(
'
/
c
in
ema
'
,
cinemaRouter
)
router
.
use
(
'
/in
fo
'
,
cinemaRouter
)
export
default
router
;
\ No newline at end of file
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