Routing
admin.user.login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | 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 | apparts.user.search | /apparts | Path does not match |
| 16 | article.get.overview | /agent/articles/{articleId}/overview | Path does not match |
| 17 | article.get.list | /agent/articles | Path does not match |
| 18 | article.post.create | /agent/articles/create | Path does not match |
| 19 | article.put.update | /agent/articles/edit/{articleId} | Path does not match |
| 20 | article.delete.delete | /agent/articles/{articleId}/delete | Path does not match |
| 21 | dashboard.user.dashboard | /agent/dashboard | Path does not match |
| 22 | invoice.get.list | /agent/shopping/list | Path does not match |
| 23 | invoice.get.overview | /agent/shopping/{invoiceId}/overview | Path does not match |
| 24 | invoice.get.delete | /agent/shopping/{invoiceId}/delete | Path does not match |
| 25 | jobs.list | /jobs | Path does not match |
| 26 | note.get.manage | /notes/manage | Path does not match |
| 27 | note.post.create | /notes/{productId}/create | Path does not match |
| 28 | note.post.update | /notes/update/{id} | Path does not match |
| 29 | note.get.delete | /notes/resolve/{id}/delete | Path does not match |
| 30 | notification.get.list | /agent/notifications/list | Path does not match |
| 31 | notification.get.read | /agent/notifications/read/{notificationId} | Path does not match |
| 32 | notification.get.clear_all | /agent/notifications/clear/all | Path does not match |
| 33 | paper.get.manage | /papers/{productId}/manage | Path does not match |
| 34 | paper.get.create | /papers/{productId}/create | Path does not match |
| 35 | paper.post.upload | /papers/{productId}/upload | Path does not match |
| 36 | paper.get.promote | /papers/{productId}/{fileId}/promote | Path does not match |
| 37 | paper.get.visible | /papers/{productId}/{fileId}/visible | Path does not match |
| 38 | paper.get.delete | /papers/{productId}/{fileId}/delete | Path does not match |
| 39 | product.get.explore | /agent/product/{productId}/explore | Path does not match |
| 40 | product.get.overview | /agent/product/{productId}/overview | Path does not match |
| 41 | product.post.create | /agent/product/create | Path does not match |
| 42 | product.post.update | /agent/product/{productId}/update/ | Path does not match |
| 43 | rentals.get.list | /agent/rentals | Path does not match |
| 44 | rentals.get.overview | /agent/rentals/{rentalId}/overview | Path does not match |
| 45 | rentals.post.create | /agent/rentals/create/{productId} | Path does not match |
| 46 | rentals.put.update | /agent/rentals/edit/{rentalId} | Path does not match |
| 47 | rentals.delete.delete | /agent/rentals/{rentalId}/delete | Path does not match |
| 48 | connect_google_start | /connect/google | Path does not match |
| 49 | connect_google_check | /connect/google/check | Path does not match |
| 50 | admin.user.login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.