fix check slug
parent
a89a2dbf46
commit
1e3f8d1c4a
|
@ -411,7 +411,7 @@ class PollController extends FramadateController {
|
|||
return $this->json( [
|
||||
'message' => ' yes this slug is available on this Framadate instance ',
|
||||
'data' => [
|
||||
'slug' => $customUrl,
|
||||
'slug' => $slug,
|
||||
],
|
||||
],
|
||||
404 );
|
||||
|
|
Loading…
Reference in New Issue