Add a `my_module.routing.yml` file that adds the missing route for `/blog`. This fails, and returns a 403 response code rather than the expected 200 response code.
7 lines
166 B
YAML
7 lines
166 B
YAML
blog.page:
|
|
path: /blog
|
|
defaults:
|
|
_controller: Drupal\my_module\Controller\BlogPageController
|
|
_title: Blog
|
|
requirements:
|
|
_permission: access content
|