Routing
(none)
Matched route
Route Matching Logs
Path to match:
/backup/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | bookmark_get_random | /bookmark/get-random | Path does not match |
| 16 | bookmark_send_random | /bookmark/send-random | Path does not match |
| 17 | bookmark_send_random_from_book | /bookmark/send-random-from-book/{bookId} | Path does not match |
| 18 | bookmark_show | /bookmark/view/{id} | Path does not match |
| 19 | bookmark_edit | /bookmark/edit/{id} | Path does not match |
| 20 | bookmark_toggle_repeat | /bookmark/toggle-repeat/{id} | Path does not match |
| 21 | bookmark_toggle_star | /bookmark/toggle-star/{id} | Path does not match |
| 22 | bookmark_toggle_active | /bookmark/toggle-active/{id} | Path does not match |
| 23 | bookmark_add_to_notebook | /bookmark/add-to-notebook/{bookmarkId} | Path does not match |
| 24 | bookmark_remove_from_notebook | /bookmark/remove-from-notebook/{bookmarkId}/{notebookId} | Path does not match |
| 25 | book_show | /books/{id} | Path does not match |
| 26 | bookmark_delete | /bookmark/delete/{id} | Path does not match |
| 27 | book_download_bookmarks | /book/{id}/download/bookmarks | Path does not match |
| 28 | book_download_notes | /book/{id}/download/notes | Path does not match |
| 29 | book_download_highlights | /book/{id}/download/highlights | Path does not match |
| 30 | books_list | /books | Path does not match |
| 31 | app_default_index | / | Path does not match |
| 32 | highlights_list | /highlights | Path does not match |
| 33 | bookmark_add_highlight | /bookmark/add-highlight/{bookmarkId} | Path does not match |
| 34 | bookmark_delete_highlight | /bookmark/delete-highlight/{highlightId} | Path does not match |
| 35 | notebook_show | /notebook/{id} | Path does not match |
| 36 | notebooks_list | /notebooks | Path does not match |
| 37 | notes_list | /notes | Path does not match |
| 38 | bookmark_add_note | /bookmark/add-note/{bookmarkId} | Path does not match |
| 39 | note_remove | /note/remove/{noteId} | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.