Skip to content
Snippets Groups Projects
Verified Commit 398cbf35 authored by Eunhak Lee's avatar Eunhak Lee
Browse files

fix: 잘못된 route path 수정

parent 586827e0
Branches
No related tags found
1 merge request!20내 PC를 인증된 조합으로 공유하기 기능
Pipeline #10829 passed
......@@ -44,7 +44,7 @@ myRouter.patch(
);
myRouter.post(
'/combination/:combinationId/uuid',
'/pc/:combinationId/uuid',
authMiddleware,
wrapAsync(async (req, res) => {
const { combinationId } = req.params;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment