Closed yumeangelica closed 7 months ago
app.js
getAllPets
getPetById
petController
getAllUsers
userController
getUserByName
tzIdentifierChecker
moment-timezone
petModel
app.js
to enhance application security.getAllPets
andgetPetById
functions frompetController
and corresponding route to clean codebase.getAllUsers
function fromuserController
and added comments for future consideration ongetUserByName
function.tzIdentifierChecker
helper to utilize the latestmoment-timezone
library json for accurate timezone validation.petModel
by removing unused methods, simplifying model structure for better maintainability.