Routing
pdf_generate
Matched route
Route Parameters
| Name | Value |
|---|---|
| timestamp | "1762161721" |
| token | "e5e8bc041e91c5fef1a39fc286a0e3ea" |
Route Matching Logs
Path to match:
/api/pdf/generate/1762161721/e5e8bc041e91c5fef1a39fc286a0e3ea
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | avatar_generate | /api/avatar/{letters} | Path does not match |
| 2 | homepage | / | Path does not match |
| 3 | api | /api | Path does not match |
| 4 | pdf_generate | /api/pdf/generate/{timestamp}/{token} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.