Open Keeeeeeeks opened 6 years ago
Create middleware that fetches pages and posts as needed on each request, adding them to res.locals for each API endpoint. Remove the hard-coded pages and posts arrays from app.js.
res.locals
pages
posts
Create middleware that fetches pages and posts as needed on each request, adding them to
res.locals
for each API endpoint. Remove the hard-codedpages
andposts
arrays from app.js.