Fixed wrong HTTP verb.
This commit is contained in:
parent
9bb943bacf
commit
5d3e1d4960
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class MessagesRoutes extends RouteHandler {
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
#[HttpGet('/messages/recipient')]
|
#[HttpPost('/messages/recipient')]
|
||||||
#[URLInfo('messages-recipient', '/messages/recipient')]
|
#[URLInfo('messages-recipient', '/messages/recipient')]
|
||||||
public function postRecipient($response, $request) {
|
public function postRecipient($response, $request) {
|
||||||
if(!$request->isFormContent())
|
if(!$request->isFormContent())
|
||||||
|
|
Loading…
Reference in a new issue