Routing
(none)
Matched route
Route Matching Logs
Path to match:
/wp-json/gravitysmtp/v1/tests/mock-data
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_dictionary_index | /dictionary/ | Path does not match |
| 2 | app_dictionary_new | /dictionary/new | Path does not match |
| 3 | app_dictionary_edit | /dictionary/{id}/edit | Path does not match |
| 4 | app_dictionary_update_form_ajax | /dictionary/update-form/{id} | Path does not match |
| 5 | app_dictionary_show | /dictionary/{id} | Path does not match |
| 6 | app_dictionary_delete | /dictionary/{id}/delete | Path does not match |
| 7 | app_login | /login | Path does not match |
| 8 | app_material_index | /material/ | Path does not match |
| 9 | app_material_new | /material/new/{type} | Path does not match |
| 10 | app_material_edit | /material/{id}/edit | Path does not match |
| 11 | app_material_show | /material/{id} | Path does not match |
| 12 | app_material_delete | /material/delete/{id} | Path does not match |
| 13 | app_model_index | /model/ | Path does not match |
| 14 | app_project_step3_new | /model/loadForTile/{tile} | Path does not match |
| 15 | app_model_new | /model/new | Path does not match |
| 16 | app_model_duplicate | /model/duplicate/{id} | Path does not match |
| 17 | app_model_show | /model/{id} | Path does not match |
| 18 | app_model_edit | /model/{id}/edit | Path does not match |
| 19 | app_model_delete | /model/{id} | Path does not match |
| 20 | app_model_has_material_index | /model/has/material/ | Path does not match |
| 21 | app_model_has_material_new | /model/has/material/new | Path does not match |
| 22 | app_model_has_material_show | /model/has/material/{id} | Path does not match |
| 23 | app_model_has_material_edit | /model/has/material/{id}/edit | Path does not match |
| 24 | app_model_has_material_delete | /model/has/material/{id} | Path does not match |
| 25 | app_panel_index | /panel/ | Path does not match |
| 26 | app_panel_new | /panel/new | Path does not match |
| 27 | app_panel_edit | /panel/{id}/edit | Path does not match |
| 28 | app_panel_delete | /panel/{id}/delete | Path does not match |
| 29 | app_panel_show | /panel/{id} | Path does not match |
| 30 | app_project_index | / | Path does not match |
| 31 | app_project_new | /new | Path does not match |
| 32 | app_project_calculate | /calculate/{id} | Path does not match |
| 33 | app_project_show | /{id} | Path does not match |
| 34 | app_project_edit | /{id}/edit | Path does not match |
| 35 | app_project_delete | /{id} | Path does not match |
| 36 | app_project_step1_index | /project/step1/{project} | Path does not match |
| 37 | app_project_step2_index | /project/step2/{project} | Path does not match |
| 38 | app_project_step3_index | /project/step3/{project} | Path does not match |
| 39 | app_project_step4_index | /project/step4/{project} | Path does not match |
| 40 | app_project_step5_index | /project/step5/{project} | Path does not match |
| 41 | app_project_step6_index | /project/step6/{project} | Path does not match |
| 42 | app_project_step7_index | /project/step7/{project} | Path does not match |
| 43 | app_project_step7_generate_pdf | /project/step7/{project}/generate-pdf | Path does not match |
| 44 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 45 | _wdt | /_wdt/{token} | Path does not match |
| 46 | _profiler_home | /_profiler/ | Path does not match |
| 47 | _profiler_search | /_profiler/search | Path does not match |
| 48 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 49 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 50 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 51 | _profiler_open_file | /_profiler/open | Path does not match |
| 52 | _profiler | /_profiler/{token} | Path does not match |
| 53 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 54 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 55 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 56 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 57 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 58 | user_logout | /user/logout | Path does not match |
| 59 | user_list | /user/list | Path does not match |
| 60 | user_details | /user/details/{id} | Path does not match |
| 61 | user_add | /user/add | Path does not match |
| 62 | user_edit | /user/edit/{id} | Path does not match |
| 63 | user_delete | /user/delete/{id} | Path does not match |
| 64 | user_profile_edit | /user/profile | Path does not match |
| 65 | backend_locale_change | /backend-locale/change/{locale} | Path does not match |
| 66 | backend_content_locale_set | /backend-locale/change-content-locale/{locale} | Path does not match |
| 67 | change_locale | /change-locale/{locale} | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.