Skip to content

Commit

Permalink
bug :: 버그
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Jul 28, 2024
1 parent ba6b04b commit dcacce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class V1DeployWebAdapter(
@PostMapping("/migration")
fun migrationDeploy() = migrationDeployUseCase.migrationDeploy()

@PutMapping("/migration/v2")
@PutMapping("/migration/v2/{deployId}")
fun migrateToV2(
@PathVariable("deployId", required = true)
deployId: UUID
Expand Down

0 comments on commit dcacce6

Please sign in to comment.