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:
parent
a89a2dbf46
commit
1e3f8d1c4a
@ -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 );
|
||||||
|
Loading…
Reference in New Issue
Block a user