"vscode:/vscode.git/clone" did not exist on "fb1edc0c694f1d59b817f838769d56f0c7cad71e"
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