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

fix check slug

This commit is contained in:
Tykayn 2021-02-24 10:59:31 +01:00 committed by tykayn
parent a89a2dbf46
commit 1e3f8d1c4a

View File

@ -411,7 +411,7 @@ class PollController extends FramadateController {
return $this->json( [ return $this->json( [
'message' => ' yes this slug is available on this Framadate instance ', 'message' => ' yes this slug is available on this Framadate instance ',
'data' => [ 'data' => [
'slug' => $customUrl, 'slug' => $slug,
], ],
], ],
404 ); 404 );