Skip to content

Commit

Permalink
feat :: response 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed May 7, 2024
1 parent 92883b1 commit 239c19f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class DeployWebAdapter(
teamId: UUID,
@RequestBody
createDeployRequest: CreateDeployRequest
) {
createDeployUseCase.createDeploy(teamId, createDeployRequest)
): UUID {
return createDeployUseCase.createDeploy(teamId, createDeployRequest)
}

@PostMapping("/{deployNameEn}/approve")
Expand Down

0 comments on commit 239c19f

Please sign in to comment.