mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Updated request to match API
This commit is contained in:
		@@ -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,
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user