2020-05-25 23:32:57 +02:00
|
|
|
start:
|
|
|
|
path: /
|
2020-08-14 11:46:55 +02:00
|
|
|
controller: App\Controller\BucketController::index
|
|
|
|
|
|
|
|
buckets:
|
|
|
|
path: /buckets/
|
|
|
|
controller: App\Controller\BucketController::index
|
2020-05-26 12:56:15 +02:00
|
|
|
|
|
|
|
bucket:
|
|
|
|
path: /bucket/{slug}
|
|
|
|
controller: App\Controller\BucketController::show
|
2020-05-26 22:11:02 +02:00
|
|
|
|
|
|
|
feed:
|
|
|
|
path: /feed/{slug}
|
|
|
|
controller: App\Controller\FeedController::show
|
2020-05-26 23:09:30 +02:00
|
|
|
|
|
|
|
entry:
|
|
|
|
path: /entry/{slug}
|
|
|
|
controller: App\Controller\EntryController::show
|
2020-08-14 13:03:08 +02:00
|
|
|
|
|
|
|
entry-mark-as-read:
|
|
|
|
path: /entry/{slug}/mark/read
|
|
|
|
controller: App\Controller\EntryController::read
|
|
|
|
|
|
|
|
entry-mark-as-un-read:
|
|
|
|
path: /entry/{slug}/mark/un-read
|
|
|
|
controller: App\Controller\EntryController::unRead
|