Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin.user.index | /admin/user/ | Path does not match |
| 2 | admin.user.reset | /admin/user/{id}/reset | Path does not match |
| 3 | admin.user.admin_task_delete_demo_user | /admin/user/task/delete-demo-user | Path does not match |
| 4 | application.index | /candidats | Path does not match |
| 5 | application.mine | /mes-recommandations | Path does not match |
| 6 | application.all-recruitments | /tous-les-recrutements | Path does not match |
| 7 | application.my-recruitments | /mes-recrutements | Path does not match |
| 8 | captaindata_connect | /captaindata/connect | Path does not match |
| 9 | captaindata_fetch | /captaindata/fetch | Path does not match |
| 10 | app_captain_data | /captain/data | Path does not match |
| 11 | captain_data_test | /captaindata/test | Path does not match |
| 12 | webhook_captaindata_v4 | /webhook/captaindata-v4 | Path does not match |
| 13 | webhook_captaindata_v4_linkedin_disconnection | /webhook/captaindata-v4/linkedin-disconnection | Path does not match |
| 14 | webhook_captaindata_event | /webhooks/captaindata/event | Path does not match |
| 15 | admin.client.index | /admin/client/ | Path does not match |
| 16 | admin.client.create | /admin/client/create | Path does not match |
| 17 | admin.client.editDescription | /admin/client/description/edit | Path does not match |
| 18 | admin.client.edit | /admin/client/{id}/edit | Path does not match |
| 19 | admin.client.switch | /admin/client/switch/{id} | Path does not match |
| 20 | admin.client.toggle_demo | /admin/client/{id}/toggle-demo | Path does not match |
| 21 | admin.client.editCriteria | /admin/client/edit-criteria | Path does not match |
| 22 | contact | /contact | Path does not match |
| 23 | execute_network_worker | /execute-network-worker/{workerId} | Path does not match |
| 24 | admin_export_user_stats | /admin/export/user_stats | Path does not match |
| 25 | admin_export_job_stats | /admin/export/job_stats | Path does not match |
| 26 | admin_export_candidates | /admin/export/candidates | Path does not match |
| 27 | faq_partielle | /faq-partielle | Path does not match |
| 28 | feedback.create | /api/feedback | Path does not match |
| 29 | feedback.screenshot | /api/feedback/screenshots/{id} | Path does not match |
| 30 | feedback.list | /api/feedback | Path does not match |
| 31 | job.index | /offres | Path does not match |
| 32 | job.new | /ajout-offre | Path does not match |
| 33 | job.edit | /modifier-offre/{id} | Path does not match |
| 34 | job.changeStatus | /changer-status/{id}/{isActive} | Path does not match |
| 35 | job.preview | /job/{jobId}/preview | Path does not match |
| 36 | job.show | /offre/{id}/{ref}/{slug} | Path does not match |
| 37 | connect_linkedin | /connect/linkedin | Path does not match |
| 38 | send_test_email | /send-test-email | Path does not match |
| 39 | preview_email | /preview_email/{type} | Path does not match |
| 40 | send_email | /envoi-email/{type} | Path does not match |
| 41 | ajax_message_create | /ajax/message/create | Path does not match |
| 42 | api.message.send_email_desktop_link | /api/message/send-email-desktop-link | Path does not match |
| 43 | migration.progress | /migration | Path does not match |
| 44 | network_sync | /network/sync | Path does not match |
| 45 | network_sync_status | /network/sync/status | Path does not match |
| 46 | api.onboarding.save_timezone | /api/onboarding/save-timezone | Path does not match |
| 47 | api.onboarding.connect_linkedin | /api/onboarding/connect-linkedin | Path does not match |
| 48 | api.onboarding.connect_linkedin_extension | /api/onboarding/connect-linkedin-extension | Path does not match |
| 49 | api.onboarding.resolve_checkpoint | /api/onboarding/resolve-checkpoint | Path does not match |
| 50 | onboarding.phone | /onboarding/phone | Path does not match |
| 51 | api.config | /api/config | Path does not match |
| 52 | api.update_extension_status | /api/update-extension-status | Path does not match |
| 53 | api.save_cookies | /api/save-cookies | Path does not match |
| 54 | api.onboarding.reconnect_silent | /api/onboarding/reconnect-silent | Path does not match |
| 55 | api.onboarding.reconnect_credentials | /api/onboarding/reconnect-credentials | Path does not match |
| 56 | user.desktop | /retournez-sur-desktop | Path does not match |
| 57 | app_forgot_password | /forgot-password | Path does not match |
| 58 | app_reset_password | /reset-password/{token} | Path does not match |
| 59 | post_login_linkedin | /post-login/linkedin | Path does not match |
| 60 | app_proposal | /proposal | Path does not match |
| 61 | proposal.show | /offre-d-emploi/{userId}/{jobId}/{id}/{slug} | Path does not match |
| 62 | api_application_record | /api/application/record/{id} | Path does not match |
| 63 | api_proposal_decline | /api/proposal/{id}/decline | Path does not match |
| 64 | recette_index | /recette/ | Path does not match |
| 65 | recette_test | /recette/test/{testId} | Path does not match |
| 66 | recette_suggestions_magiques | /recette/suggestions-magiques | Path does not match |
| 67 | recette_save_progress | /recette/save-progress | Path does not match |
| 68 | recette_docs | /recette/docs/{filename} | Path does not match |
| 69 | recette_reset_user | /recette/reset-user | Path does not match |
| 70 | recette_simulate_states | /recette/simulate-states | Path does not match |
| 71 | recette_pending_messages | /recette/pending-messages | Path does not match |
| 72 | recette_tests_rapides | /recette/tests-rapides | Path does not match |
| 73 | app_register | /register | Path does not match |
| 74 | app_verify_email | /verify/email | Path does not match |
| 75 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.