Routing
api.stories.cover
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "bg" |
| id | "29" |
Route Matching Logs
Path to match:
/api/stories/29/cover
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api.library.toggle.bg | /api/library/toggle | Path does not match |
| 2 | api.library.toggle.en | /en/api/library/toggle | Path does not match |
| 3 | api.library.toggle | /api/library/toggle | Path does not match |
| 4 | api.stories.categories.bg | /api/stories/categories | Path does not match |
| 5 | api.stories.categories.en | /en/api/stories/categories | Path does not match |
| 6 | api.stories.catalog_stats.bg | /api/stories/catalog-stats | Path does not match |
| 7 | api.stories.catalog_stats.en | /en/api/stories/catalog-stats | Path does not match |
| 8 | api.stories.recommended.bg | /api/stories/recommended | Path does not match |
| 9 | api.stories.recommended.en | /en/api/stories/recommended | Path does not match |
| 10 | api.stories.generate.bg | /api/stories/generate | Path does not match |
| 11 | api.stories.generate.en | /en/api/stories/generate | Path does not match |
| 12 | api.stories.jobs.show.bg | /api/stories/jobs/{id} | Path does not match |
| 13 | api.stories.jobs.show.en | /en/api/stories/jobs/{id} | Path does not match |
| 14 | api.stories.voices.bg | /api/stories/voices | Path does not match |
| 15 | api.stories.voices.en | /en/api/stories/voices | Path does not match |
| 16 | api.stories.categories | /api/stories/categories | Path does not match |
| 17 | api.stories.catalog_stats | /api/stories/catalog-stats | Path does not match |
| 18 | api.stories.recommended | /api/stories/recommended | Path does not match |
| 19 | api.stories.generate | /api/stories/generate | Path does not match |
| 20 | api.stories.jobs.show | /api/stories/jobs/{id} | Path does not match |
| 21 | api.stories.voices | /api/stories/voices | Path does not match |
| 22 | api.stories.cover.bg | /api/stories/{id}/cover | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.