Commit 4d70e719 authored by Lee Soobeom's avatar Lee Soobeom
Browse files

주석

parent a749747f
......@@ -7,6 +7,6 @@ const router = express.Router();
router.use("/users", userRouter);
router.use("/auth", authRouter);
router.use("/posts", postRouter);
router.use("/posts", postRouter); //router.route
export default router;
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