Fixed wrong HTTP verb.
This commit is contained in:
parent
6e1977d4e9
commit
6af4e8b1e5
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…
Add table
Add a link
Reference in a new issue