mirror of
https://codeberg.org/danielsiepmann/news-reader-php.git
synced 2024-11-22 12:16:09 +01:00
Daniel Siepmann
bed87f8a10
Don't have left sidebar. Add small sidebar to the right of each entry to interact with each entry.
19 lines
414 B
YAML
19 lines
414 B
YAML
start:
|
|
path: /
|
|
controller: App\Controller\BucketController::index
|
|
|
|
buckets:
|
|
path: /buckets/
|
|
controller: App\Controller\BucketController::index
|
|
|
|
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
|