Skip to content
Snippets Groups Projects
Commit 8fd5fc15 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #10619 TIME 0:05 update rest route for autocompletion user

parent 0fb53ea6
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ class AutoCompleteController ...@@ -137,7 +137,7 @@ class AutoCompleteController
} }
$curlResponse = CurlModel::execSimple([ $curlResponse = CurlModel::execSimple([
'url' => rtrim($url, '/') . '/rest/users?search='.$data['search'], 'url' => rtrim($url, '/') . '/rest/autocomplete/users?search='.$data['search'],
'basicAuth' => ['user' => $userId, 'password' => $password], 'basicAuth' => ['user' => $userId, 'password' => $password],
'headers' => ['content-type:application/json'], 'headers' => ['content-type:application/json'],
'method' => 'GET' 'method' => 'GET'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment