Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions app/config/routing.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
app:
resource: @AppBundle/Controller/
type: annotation

# The FrameworkBundle:Template:template controller can be used when you only
# need to render a template without any variables.
# See http://symfony.com/doc/current/cookbook/templating/render_without_controller.html
homepage:
path: /
defaults:
_controller: FrameworkBundle:Template:template
template: 'default/homepage.html.twig'
32 changes: 0 additions & 32 deletions src/AppBundle/Controller/DefaultController.php

This file was deleted.