diff --git a/ops/common/common.py b/ops/common/common.py index 8abc33b..7a50394 100644 --- a/ops/common/common.py +++ b/ops/common/common.py @@ -27,7 +27,7 @@ MAIL_CONF = ConnectionConfig( ) -@router.post("/common/email") +@router.post("/email") async def simple_send(email: EmailSchema) -> JSONResponse: message = MessageSchema( subject=email.dict().get("subject"),