dark-overflow icon indicating copy to clipboard operation
dark-overflow copied to clipboard

fixed 404 err handling on app.js

Open geoffyang opened this issue 4 years ago • 0 comments

  1. make db query for categoryList early in questions.js get route (line 106->line 52)
  2. pass categoryList into custom error object
  3. app.js pass categoryList to 'error.pug', so layout.pug header can render dropdown

geoffyang avatar May 10 '21 06:05 geoffyang