fix url config
This commit is contained in:
parent
842c792e6f
commit
a0644d2598
@ -27,7 +27,7 @@ MAIL_CONF = ConnectionConfig(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@router.post("/common/email")
|
@router.post("/email")
|
||||||
async def simple_send(email: EmailSchema) -> JSONResponse:
|
async def simple_send(email: EmailSchema) -> JSONResponse:
|
||||||
message = MessageSchema(
|
message = MessageSchema(
|
||||||
subject=email.dict().get("subject"),
|
subject=email.dict().get("subject"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user