Routing
api_notes_get
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/notes
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | pentatrion_vite_build_proxy | /build/{path} | Path does not match |
| 3 | _profiler_vite | /_profiler/vite | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | login_verify | /login_verify | Path does not match |
| 19 | refresh_token | /refresh-token | Path does not match |
| 20 | verify_token | /is-token-valid | Path does not match |
| 21 | logout | /logout | Path does not match |
| 22 | password_reset_request | /password-reset/request | Path does not match |
| 23 | password_reset_confirm | /password-reset/confirm | Path does not match |
| 24 | register | /register | Path does not match |
| 25 | update_profile | /update-profile | Path does not match |
| 26 | api_cheatsheets_index | /api/cheatsheets | Path does not match |
| 27 | api_cheatsheets_show | /api/cheatsheets/{id} | Path does not match |
| 28 | api_cheatsheets_create | /api/cheatsheets | Path does not match |
| 29 | api_cheatsheets_update | /api/cheatsheets/{id} | Path does not match |
| 30 | api_cheatsheets_delete | /api/cheatsheets/{id} | Path does not match |
| 31 | api_cheatsheets_toggle_favorite | /api/cheatsheets/{id}/toggle-favorite | Path does not match |
| 32 | api_cheatsheets_download | /api/cheatsheets/{id}/download | Path does not match |
| 33 | api_cheatsheets_categories | /api/cheatsheets/categories | Path does not match |
| 34 | api_cmd_linux_index | /api/cmd-linux | Path does not match |
| 35 | api_cmd_linux_show | /api/cmd-linux/{id} | Path does not match |
| 36 | api_cmd_linux_create | /api/cmd-linux | Path does not match |
| 37 | api_cmd_linux_update | /api/cmd-linux/{id} | Path does not match |
| 38 | api_cmd_linux_delete | /api/cmd-linux/{id} | Path does not match |
| 39 | api_cmd_linux_clone | /api/cmd-linux/{id}/clone | Path does not match |
| 40 | app_home | / | Path does not match |
| 41 | api_links_get | /api/links | Path does not match |
| 42 | api_link_show | /api/links/{id} | Path does not match |
| 43 | api_link_create | /api/links | Path does not match |
| 44 | api_link_update | /api/links/{id} | Path does not match |
| 45 | api_link_delete | /api/links/{id} | Path does not match |
| 46 | api_link_toggle_favorite | /api/links/{id}/favorite | Path does not match |
| 47 | api_livres_get | /api/livres | Path does not match |
| 48 | api_livre_show | /api/livres/{id} | Path does not match |
| 49 | api_livre_create | /api/livres | Path does not match |
| 50 | api_livre_update | /api/livres/{id} | Path does not match |
| 51 | api_livre_delete | /api/livres/{id} | Path does not match |
| 52 | api_livre_toggle_favorite | /api/livres/{id}/favorite | Path does not match |
| 53 | app_log_history_all | /api/history/logs | Path does not match |
| 54 | api_notes_get | /api/notes | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.