This commit is contained in:
Aevann1 2021-09-08 12:57:55 +02:00
parent 26731be09f
commit 5cafe16f4b

View file

@ -60,7 +60,7 @@ def api_verify_email(v):
send_verification_email(v)
return "", 204
return {"message": "Email has been sent (ETA ~5 minutes)"}
@app.get("/activate")