Registered test user

This commit is contained in:
keannu125 2023-02-25 18:39:40 +08:00
parent 60538110c8
commit fdc9381216
2 changed files with 1 additions and 1 deletions

View file

@ -135,7 +135,7 @@ CORS_ALLOWED_ORIGINS = [
DJOSER = {
'SEND_ACTIVATION_EMAIL': True,
'SEND_CONFIRMATION_EMAIL': True,
'ACTIVATION_URL': 'activation/{uid}/{token}',
'ACTIVATION_URL': 'api/v1/accounts/users/activation/{uid}/{token}',
}
EMAIL_HOST = 'sandbox.smtp.mailtrap.io'

Binary file not shown.