From 398cbf3547a8e780600d0a0a7864d074a2972a58 Mon Sep 17 00:00:00 2001
From: Eunhak Lee <lee@enak.kr>
Date: Sun, 8 Dec 2024 02:15:45 +0900
Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9E=98=EB=AA=BB=EB=90=9C=20route=20pa?=
 =?UTF-8?q?th=20=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/routes/my.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/routes/my.js b/src/routes/my.js
index ccd6fb2..ef5e99e 100644
--- a/src/routes/my.js
+++ b/src/routes/my.js
@@ -44,7 +44,7 @@ myRouter.patch(
 );
 
 myRouter.post(
-  '/combination/:combinationId/uuid',
+  '/pc/:combinationId/uuid',
   authMiddleware,
   wrapAsync(async (req, res) => {
     const { combinationId } = req.params;
-- 
GitLab