1
0
mirror of https://framagit.org/tykayn/date-poll-api synced 2023-08-25 08:23:11 +02:00

success for updating a poll

This commit is contained in:
Baptiste Lemoine 2020-04-17 16:12:59 +02:00
parent 33a71d05e4
commit c251eac2fb

View File

@ -132,7 +132,8 @@ class PollController extends FramadateController {
return $this->json( [
'message' => 'you updated the poll ' . $poll->getTitle(),
] );
],
200 );
}
/**