Skip to content

Commit

Permalink
bug :: 버그수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Feb 14, 2024
1 parent 6281071 commit 40c7c30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DeployController(

@GetMapping("/duplicate")
fun duplicateCheck(
@RequestParam("/container-name")
@RequestParam("container-name")
containerName: String
): Boolean {
return deployService.duplicateCheck(containerName)
Expand Down

0 comments on commit 40c7c30

Please sign in to comment.