3b: Add blog page route

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.
This commit is contained in:
Oliver Davies 2020-03-19 20:48:28 +00:00
parent 151803382e
commit c7ef94c0d5

View file

@ -0,0 +1,7 @@
blog.page:
path: /blog
defaults:
_controller: Drupal\my_module\Controller\BlogPageController
_title: Blog
requirements:
_permission: access content