I have the following code in my
routing.yml
file:
Code: Select all
danieltj_api_default_route:
path: /api/v1
defaults: { _controller: danieltj.api.controller:default }
However I can only get to that page by going to:
Code: Select all
DOMAIN/app.php/api/v1
Code: Select all
DOMAIN/post/POSTID/report
Code: Select all
DOMAIN/app.php/help/faq