Skip to content

Commit a8ab947

Browse files
Merge pull request #52 from Runroom/hotfix/fix-template-controller
Fix home route
2 parents 733ba36 + 32ae568 commit a8ab947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/routing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
runroom_samples.home:
22
path: /
3-
controller: Runroom\RenderEventBundle\Controller\TemplateController
3+
controller: runroom.render_event.controller.template
44
defaults:
55
template: '@RunroomSamples/home.html.twig'
66

0 commit comments

Comments
 (0)