From 4d70e7198a8055f51336a05c27e36d699684c713 Mon Sep 17 00:00:00 2001 From: Lee Soobeom Date: Wed, 6 Jul 2022 16:29:32 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EC=84=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/index.ts b/src/routes/index.ts index 9d8806f..591462a 100644 --- a/src/routes/index.ts +++ b/src/routes/index.ts @@ -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; -- GitLab