Commit 89a8226c authored by Andreas Heimann's avatar Andreas Heimann

Update APIDiscoveryController.php

parent cf4acc62
...@@ -196,7 +196,7 @@ class APIDiscoveryController extends AbstractController ...@@ -196,7 +196,7 @@ class APIDiscoveryController extends AbstractController
return $response; return $response;
} }
$searchQuery = ['searchQuery']; $searchQuery = $jsonBody['searchQuery'];
$data = []; $data = [];
$data['users'] = []; $data['users'] = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment