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

주석

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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