aggiornamento Indici
This commit is contained in:
@@ -59,3 +59,6 @@ module.exports.findAllIdApp = async function (idapp) {
|
||||
return await Storehouse.find(myfind);
|
||||
};
|
||||
|
||||
module.exports.createIndexes((err) => {
|
||||
if (err) throw err;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user