Compare commits

...

1 commit

Author SHA1 Message Date
flash 5d3e1d4960 Fixed wrong HTTP verb. 2024-03-30 15:22:11 +00:00

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())