Skip to content

Commit

Permalink
refactor: (#287) 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
khcho0125 committed Jan 8, 2023
1 parent b5fb248 commit 8783b16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class WebCommonAdapter(
@GetMapping("/account/existence")
fun checkMatchedAccount(
@Range(min = EmployeeNumber.MIN_VALUE, max = EmployeeNumber.MAX_VALUE)
@RequestParam("employee-number") employeeNumber: EmployeeNumber,
@RequestParam("employee_number") employeeNumber: EmployeeNumber,
@NotBlank @Email
@RequestParam email: String
) {
Expand Down

0 comments on commit 8783b16

Please sign in to comment.