Изменения подтверждения почты
This commit is contained in:
parent
2ce40700bd
commit
659e62b15c
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ async def resend_email_verification(user: SUser = Depends(get_current_user)):
|
||||||
|
|
||||||
|
|
||||||
@router.post(
|
@router.post(
|
||||||
"/email_verification/{user_code}",
|
"/email_verification",
|
||||||
status_code=status.HTTP_200_OK,
|
status_code=status.HTTP_200_OK,
|
||||||
response_model=None,
|
response_model=None,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue