mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 04:09:20 +00:00
Updated request to match API
This commit is contained in:
parent
9a2e3e5351
commit
cd49889614
@ -70,7 +70,7 @@ ComunicWeb.components.searchForm = {
|
||||
footerLink.setAttribute("data-searchValue", textInput.value);
|
||||
|
||||
//Perform a request on the server
|
||||
apiURI = "search/request";
|
||||
apiURI = "search/user";
|
||||
params = {
|
||||
query: textInput.value,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user