Commit 1a25e838 authored by Kim, Subin's avatar Kim, Subin
Browse files

영화 관람표 관련 router 처리

parent b9504c21
......@@ -7,6 +7,6 @@ const router = express.Router();
router.use('/movie', movieRouter)
router.use('/auth', userRouter)
router.use('/cinema', cinemaRouter)
router.use('/info', cinemaRouter)
export default router;
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment