Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_index | /admin | Path does not match |
| 2 | adminrapp | /admin/app/{reactRoute} | Path does not match |
| 3 | adminrapprtp1 | /admin/app/{reactRoute}/{rtparam1} | Path does not match |
| 4 | admin_user_info | /admin/userinfo.json | Path does not match |
| 5 | admin-login_check | /admin/logincheck.json | Path does not match |
| 6 | admin_user_create | /admin/user/create.json | Path does not match |
| 7 | admin_users_index | /admin/users/index.json | Path does not match |
| 8 | admin_user_one | /admin/user/one/{id}.json | Path does not match |
| 9 | admin_user_device_one | /admin/user/device/one/{id}.json | Path does not match |
| 10 | admin_users_device_index | /admin/users/device/index{userId}.json | Path does not match |
| 11 | admin_users_device_create | /admin/user/device/create.json | Path does not match |
| 12 | admin_users_device_update | /admin/user/device/update.json | Path does not match |
| 13 | admin_user_device_delete | /admin/user/device/delete.json | Path does not match |
| 14 | logger_get_data | /logger/get/data | Path does not match |
| 15 | logger_get_datav2 | /logger/get/datav2 | Path does not match |
| 16 | homepage | / | Path does not match |
| 17 | admin_user_device_control | /admin/users/device/control/index{deviceId}.json | Path does not match |
| 18 | admin_user_device_control_create | /admin/user/device/control/create.json | Path does not match |
| 19 | admin_user_device_control_one | /admin/user/device/control/one/{id}.json | Path does not match |
| 20 | admin_user_device_control_update | /admin/user/device/control/update.json | Path does not match |
| 21 | admin_get_device_controls | /admin/get/device{id}/controls.json | Path does not match |
| 22 | admin_device_control_update | /admin/device/control/update/{id}.json | Path does not match |
| 23 | admin_user_device_manifest | /admin/users/device/manifest/index{deviceId}.json | Path does not match |
| 24 | admin_user_device_maniest_create | /admin/user/device/manifest/create.json | Path does not match |
| 25 | admin_user_device_manifest_edit | /admin/user/device/manifest/one/{id}.json | Path does not match |
| 26 | admin_user_device_manifest_update | /admin/user/device/manifest/update.json | Path does not match |
| 27 | admin_get_device_manifest | /admin/get/device/manifest{id}.json | Path does not match |
| 28 | admin_device_data_logger | /admin/device/data/logger/index{id}.json | Path does not match |
| 29 | admin_device_data_logger_delete | /admin/device/data/logger/delete/{deviceId}.json | Path does not match |
| 30 | user_device_data_logger_export | /user/device/data/logger/export{id}.csv | Path does not match |
| 31 | admin_device_data_logger_export | /admin/device/data/logger/export{id}.csv | Path does not match |
| 32 | admin_login | /admin/login | Path does not match |
| 33 | admin_logout | /admin/logout | Path does not match |
| 34 | user_login | /user/login | Path does not match |
| 35 | user_logout | /user/logout | Path does not match |
| 36 | user_index | /user | Path does not match |
| 37 | userrapp | /user/app/{reactRoute} | Path does not match |
| 38 | userrapp_rtp1 | /user/app/{reactRoute}/{rtp1} | Path does not match |
| 39 | user_user_info | /user/userinfo.json | Path does not match |
| 40 | user-login_check | /user/logincheck.json | Path does not match |
| 41 | user_device_index_json | /user/device/index.json | Path does not match |
| 42 | user_device_create | /user/device/create.json | Path does not match |
| 43 | user_device_one_json | /user/device/one/{id}.json | Path does not match |
| 44 | user_device_update | /user/device/update.json | Path does not match |
| 45 | user_device_delete | /user/device/delete.json | Path does not match |
| 46 | user_device_manifest | /user/device/manifest/index{deviceId}.json | Path does not match |
| 47 | user_device_maniest_create | /user/device/manifest/create.json | Path does not match |
| 48 | user_device_manifest_edit | /user/device/manifest/one/{id}.json | Path does not match |
| 49 | user_device_manifest_update | /user/device/manifest/update.json | Path does not match |
| 50 | user_get_device_manifest | /user/get/device/manifest{id}.json | Path does not match |
| 51 | user_device_data_logger | /user/device/data/logger/index{id}.json | Path does not match |
| 52 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 53 | _wdt | /_wdt/{token} | Path does not match |
| 54 | _profiler_home | /_profiler/ | Path does not match |
| 55 | _profiler_search | /_profiler/search | Path does not match |
| 56 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 57 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 58 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 59 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 60 | _profiler_open_file | /_profiler/open | Path does not match |
| 61 | _profiler | /_profiler/{token} | Path does not match |
| 62 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 63 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 64 | _profiler_exception_css | /_profiler/{token}/exception.css | 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.