- Ricerca Titolo per nome o autore o ISBN o codice articolo
This commit is contained in:
@@ -243,7 +243,7 @@ const getTableContent = async (options) => {
|
||||
}
|
||||
|
||||
// Esegue la query per recuperare i dati
|
||||
console.log('dataQuery', dataQuery);
|
||||
// console.log('dataQuery', dataQuery);
|
||||
const dataResponse = await axios.post(SERVER_A_URL + '/query', { query: dataQuery }, {
|
||||
headers: { 'x-api-key': API_KEY }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user