Como apresentado em aula, o objetivo era conseguir remover um livro. A minha aplicação está removendo, porem, aparece o seguinte erro no console:
remove-livro.js:13 Uncaught TypeError: fetch(...).then(...).cath is not a function at HTMLTableElement.tabelaLivros.addEventListener (remove-livro.js:13) tabelaLivros.addEventListener @ remove-livro.js:13 remove-livro.js:7 DELETE http://localhost:3000/livros/3 500 (Internal Server Error)
ME AJUDEM A RESOLVER?