Single Example

Routes

  • GET ROOT /
  • GET Protected /protected
  • GET /hello/:name
  • GET /not-found

Global Example

Routes

  • GET ROOT /
  • GET Protected /admin
  • GET Protected /hello/:name
  • GET /not-found