news-reader-php/config/routes.yaml

19 lines
435 B
YAML
Raw Normal View History

2020-05-25 23:32:57 +02:00
# Static pages / templates
start:
path: /
controller: Symfony\Bundle\FrameworkBundle\Controller\TemplateController
defaults:
template: 'static/start.html.twig'
2020-05-26 12:56:15 +02:00
bucket:
path: /bucket/{slug}
controller: App\Controller\BucketController::show
feed:
path: /feed/{slug}
controller: App\Controller\FeedController::show
entry:
path: /entry/{slug}
controller: App\Controller\EntryController::show