You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Styling: If you don't want to re-write all of your handler variables twice in the server.js file you can import the module and in the route write server.get("/books/non-fiction", books-handler.getAllNonFictionHandler);
Destructuring is cool but not sure how it adds value here? DRY BABY!
The text was updated successfully, but these errors were encountered:
Styling: If you don't want to re-write all of your handler variables twice in the server.js file you can import the module and in the route write
server.get("/books/non-fiction", books-handler.getAllNonFictionHandler);
Destructuring is cool but not sure how it adds value here? DRY BABY!
The text was updated successfully, but these errors were encountered: