Routing
api_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/register
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | admin_api_key_index | /admin/api-key | Path does not match |
| 3 | admin_api_key_new | /admin/api-key/new | Path does not match |
| 4 | admin_api_key_batch_delete | /admin/api-key/batch-delete | Path does not match |
| 5 | admin_api_key_autocomplete | /admin/api-key/autocomplete | Path does not match |
| 6 | admin_api_key_render_filters | /admin/api-key/render-filters | Path does not match |
| 7 | admin_api_key_edit | /admin/api-key/{entityId}/edit | Path does not match |
| 8 | admin_api_key_delete | /admin/api-key/{entityId}/delete | Path does not match |
| 9 | admin_api_key_detail | /admin/api-key/{entityId} | Path does not match |
| 10 | admin_backup_index | /admin/backup | Path does not match |
| 11 | admin_backup_new | /admin/backup/new | Path does not match |
| 12 | admin_backup_batch_delete | /admin/backup/batch-delete | Path does not match |
| 13 | admin_backup_autocomplete | /admin/backup/autocomplete | Path does not match |
| 14 | admin_backup_render_filters | /admin/backup/render-filters | Path does not match |
| 15 | admin_backup_edit | /admin/backup/{entityId}/edit | Path does not match |
| 16 | admin_backup_delete | /admin/backup/{entityId}/delete | Path does not match |
| 17 | admin_backup_detail | /admin/backup/{entityId} | Path does not match |
| 18 | admin_job_index | /admin/job | Path does not match |
| 19 | admin_job_new | /admin/job/new | Path does not match |
| 20 | admin_job_batch_delete | /admin/job/batch-delete | Path does not match |
| 21 | admin_job_autocomplete | /admin/job/autocomplete | Path does not match |
| 22 | admin_job_render_filters | /admin/job/render-filters | Path does not match |
| 23 | admin_job_edit | /admin/job/{entityId}/edit | Path does not match |
| 24 | admin_job_delete | /admin/job/{entityId}/delete | Path does not match |
| 25 | admin_job_detail | /admin/job/{entityId} | Path does not match |
| 26 | admin_job_result_index | /admin/job-result | Path does not match |
| 27 | admin_job_result_new | /admin/job-result/new | Path does not match |
| 28 | admin_job_result_batch_delete | /admin/job-result/batch-delete | Path does not match |
| 29 | admin_job_result_autocomplete | /admin/job-result/autocomplete | Path does not match |
| 30 | admin_job_result_render_filters | /admin/job-result/render-filters | Path does not match |
| 31 | admin_job_result_edit | /admin/job-result/{entityId}/edit | Path does not match |
| 32 | admin_job_result_delete | /admin/job-result/{entityId}/delete | Path does not match |
| 33 | admin_job_result_detail | /admin/job-result/{entityId} | Path does not match |
| 34 | admin_machine_index | /admin/machine | Path does not match |
| 35 | admin_machine_new | /admin/machine/new | Path does not match |
| 36 | admin_machine_batch_delete | /admin/machine/batch-delete | Path does not match |
| 37 | admin_machine_autocomplete | /admin/machine/autocomplete | Path does not match |
| 38 | admin_machine_render_filters | /admin/machine/render-filters | Path does not match |
| 39 | admin_machine_edit | /admin/machine/{entityId}/edit | Path does not match |
| 40 | admin_machine_delete | /admin/machine/{entityId}/delete | Path does not match |
| 41 | admin_machine_detail | /admin/machine/{entityId} | Path does not match |
| 42 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 43 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 44 | _wdt | /_wdt/{token} | Path does not match |
| 45 | _profiler_home | /_profiler/ | Path does not match |
| 46 | _profiler_search | /_profiler/search | Path does not match |
| 47 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 48 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 49 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 50 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 51 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 52 | _profiler_open_file | /_profiler/open | Path does not match |
| 53 | _profiler | /_profiler/{token} | Path does not match |
| 54 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 55 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 56 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 57 | admin_backup_download | /admin/backup/{id}/download | Path does not match |
| 58 | admin_job_result_ajax | /admin/job/{id}/resultajax | Path does not match |
| 59 | admin_job_result | /admin/job/{id}/result | Path does not match |
| 60 | homepage | / | Path does not match |
| 61 | admin_machine_create_jobs | /admin/machine/{id}/create-jobs | Path does not match |
| 62 | admin_machine_key_jobs | /admin/machine/{id}/key-jobs | Path does not match |
| 63 | admin_machine_crypt_jobs | /admin/machine/{id}/crypt-jobs | Path does not match |
| 64 | api_jobs | /api/job/{machineId} | Path does not match |
| 65 | api_register | /api/register | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.