const response = await fetch( "https://territoires.leximpact.dev/dgcl/communes/autocomplete" + "?q=", { headers: { Accept: "application/json" } } ); const { suggestions } = await response.json();
Aucune suggestion