portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.auth.presentation
/
AuthController
/
checkEmail
check
Email
@
PostMapping
(
value
=
[
"/register/email"
]
)
fun
checkEmail
(
@
Valid
@
RequestBody
emailCheckForm
:
EmailCheckForm
)
:
ResponseEntity
<
EmailCheckResponse
>