Skip to content

Commit

Permalink
FIX :: /
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Mar 29, 2024
1 parent e6d767a commit 788f51d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class DeployWebAdapter(
createDeployUseCase.createDeploy(teamId, createDeployRequest)
}

@PostMapping("{deployNameEn}/approve")
@PostMapping("/{deployNameEn}/approve")
fun approveDeploy(
@PathVariable("deployNameEn")
deployNameEn: String,
Expand Down

0 comments on commit 788f51d

Please sign in to comment.