ETAPI WIP

This commit is contained in:
zadam
2022-01-08 19:30:46 +01:00
parent c33bc7e12c
commit c448d34a38
3 changed files with 2 additions and 6 deletions

View File

@@ -18,8 +18,6 @@ function register(router) {
const foundNotes = searchService.searchNotes(search, searchParams);
console.log(foundNotes.map(note => mappers.mapNoteToPojo(note)));
res.json(foundNotes.map(note => mappers.mapNoteToPojo(note)));
});