Skip to content

Commit

Permalink
Merge pull request #199 from openBackhaul:schiavi-siae/issue198
Browse files Browse the repository at this point in the history
Fix index getAlias
  • Loading branch information
schiavi-siae authored Jan 25, 2024
2 parents 0f0b2ca + 5ebae31 commit 6e8b851
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 60 deletions.
2 changes: 2 additions & 0 deletions server/controllers/IndividualServices.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ module.exports.testMacAddressData = async function testMacAddressData(req, res,
message: 'Richiesta elaborata con successo'
};

console.log('testMacAddressData RECEIVED DATA:', JSON.stringify(requestData));

res.status(200).json(responseBody);
} catch (error) {
console.error('Errore durante l\'elaborazione della richiesta:', error);
Expand Down
Loading

0 comments on commit 6e8b851

Please sign in to comment.