Skip to content

Commit

Permalink
chore :: api url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Jul 31, 2024
1 parent e7b4407 commit ea8ca3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Team/deploy/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
});
};

Expand Down

0 comments on commit ea8ca3b

Please sign in to comment.