From ea8ca3b00afb581fa5873d14d27a1ca1ad95eb5f Mon Sep 17 00:00:00 2001 From: dutexion Date: Wed, 31 Jul 2024 14:12:46 +0900 Subject: [PATCH] =?UTF-8?q?chore=20::=20api=20url=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Team/deploy/Create.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Team/deploy/Create.tsx b/src/pages/Team/deploy/Create.tsx index 510f769..3ff0c6c 100644 --- a/src/pages/Team/deploy/Create.tsx +++ b/src/pages/Team/deploy/Create.tsx @@ -40,7 +40,7 @@ export const TeamDeployCreate = () => { console.log(data); deployCreate(teamUUID, data).then((res) => { - link(`/team/${teamUUID}/deploy/${res.data.deploy_id}`); + link(`v1/team/${teamUUID}/deploy/${res.data.deploy_id}`); }); };