Adamtpacz / sei-pets-alive

🐶 Full-stack dog adoption app built with JavaScript/Node.js, Express.js, MongoDB, and Google Cloud Platform
https://sei-pets-alive.herokuapp.com/dogs
1 stars 0 forks source link

Grow Snippet #37

Open adricastro1 opened 1 year ago

adricastro1 commented 1 year ago

Code - Protect Routes

router.get('/dogs/:id/applications/new', applicationsCtrl.new) router.get('/applications/:id/edit', applicationsCtrl.edit)

Comments