mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +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);
|
footerLink.setAttribute("data-searchValue", textInput.value);
|
||||||
|
|
||||||
//Perform a request on the server
|
//Perform a request on the server
|
||||||
apiURI = "search/request";
|
apiURI = "search/user";
|
||||||
params = {
|
params = {
|
||||||
query: textInput.value,
|
query: textInput.value,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user