Fixed wrong HTTP verb.

This commit is contained in:
flash 2024-03-30 15:22:11 +00:00
parent 9bb943bacf
commit 5d3e1d4960

View file

@ -142,7 +142,7 @@ class MessagesRoutes extends RouteHandler {
];
}
#[HttpGet('/messages/recipient')]
#[HttpPost('/messages/recipient')]
#[URLInfo('messages-recipient', '/messages/recipient')]
public function postRecipient($response, $request) {
if(!$request->isFormContent())