1
0
Fork 0
mirror of synced 2024-10-04 12:15:14 +13:00

Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller

This commit is contained in:
prateek banga 2023-09-06 16:31:07 +05:30
commit a81006e961

View file

@ -1589,5 +1589,5 @@ App::post('/v1/messaging/messages/email')
$response
->setStatusCode(Response::STATUS_CODE_CREATED)
->dynamic($provider, Response::MODEL_MESSAGE);
->dynamic($message, Response::MODEL_MESSAGE);
});