Routing
feedback.create
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/feedback
| # | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.