Routing
react_app
Matched route
Route Parameters
| Name | Value |
|---|---|
| reactRouting | "robots.txt" |
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | admin_app | /admin/{reactRouting} | Path does not match |
| 14 | api_admin_stats | /api/admin/stats | Path does not match |
| 15 | api_admin_services_list | /api/admin/services | Path does not match |
| 16 | api_admin_services_get | /api/admin/services/{id} | Path does not match |
| 17 | api_admin_services_create | /api/admin/services | Path does not match |
| 18 | api_admin_services_update | /api/admin/services/{id} | Path does not match |
| 19 | api_admin_services_delete | /api/admin/services/{id} | Path does not match |
| 20 | api_admin_pages_list | /api/admin/pages | Path does not match |
| 21 | api_admin_pages_get | /api/admin/pages/{id} | Path does not match |
| 22 | api_admin_pages_create | /api/admin/pages | Path does not match |
| 23 | api_admin_pages_update | /api/admin/pages/{id} | Path does not match |
| 24 | api_admin_pages_delete | /api/admin/pages/{id} | Path does not match |
| 25 | api_admin_leads_list | /api/admin/leads | Path does not match |
| 26 | api_admin_leads_get | /api/admin/leads/{id} | Path does not match |
| 27 | api_admin_leads_update | /api/admin/leads/{id} | Path does not match |
| 28 | api_admin_leads_delete | /api/admin/leads/{id} | Path does not match |
| 29 | api_admin_settings_get | /api/admin/settings | Path does not match |
| 30 | api_admin_settings_update | /api/admin/settings | Path does not match |
| 31 | api_admin_settings_theme | /api/admin/settings/theme | Path does not match |
| 32 | api_admin_menu_get | /api/admin/menu | Path does not match |
| 33 | api_admin_menu_update | /api/admin/menu | Path does not match |
| 34 | api_admin_menu_add_item | /api/admin/menu/item | Path does not match |
| 35 | api_admin_menu_delete_item | /api/admin/menu/item/{id} | Path does not match |
| 36 | api_admin_clients_list | /api/admin/clients | Path does not match |
| 37 | api_admin_clients_create | /api/admin/clients | Path does not match |
| 38 | api_admin_clients_detail | /api/admin/clients/{id} | Path does not match |
| 39 | api_admin_clients_update | /api/admin/clients/{id} | Path does not match |
| 40 | api_admin_clients_delete | /api/admin/clients/{id} | Path does not match |
| 41 | api_admin_clients_subscription | /api/admin/clients/{id}/subscription | Path does not match |
| 42 | api_admin_clients_deploy | /api/admin/clients/{id}/deploy | Path does not match |
| 43 | api_admin_clients_history | /api/admin/clients/{id}/history | Path does not match |
| 44 | api_admin_clients_rollback | /api/admin/clients/{id}/history/{hid}/rollback | Path does not match |
| 45 | api_admin_deployment_get | /api/admin/deployment | Path does not match |
| 46 | api_admin_deployment_update | /api/admin/deployment | Path does not match |
| 47 | api_admin_deployment_deploy | /api/admin/deployment/deploy | Path does not match |
| 48 | api_admin_deployment_undeploy | /api/admin/deployment/undeploy | Path does not match |
| 49 | api_admin_deployment_primary_domain | /api/admin/deployment/primary-domain | Path does not match |
| 50 | api_admin_deployment_admins | /api/admin/deployment/admins | Path does not match |
| 51 | api_admin_deployment_check_dns | /api/admin/deployment/check-dns | Path does not match |
| 52 | api_admin_deployment_request_domain | /api/admin/deployment/request-domain | Path does not match |
| 53 | api_admin_deployment_domain_requests | /api/admin/deployment/domain-requests | Path does not match |
| 54 | api_admin_tickets_list | /api/admin/tickets | Path does not match |
| 55 | api_admin_tickets_update | /api/admin/tickets/{id} | Path does not match |
| 56 | api_admin_tickets_message | /api/admin/tickets/{id}/messages | Path does not match |
| 57 | api_admin_blocks_list | /api/admin/blocks | Path does not match |
| 58 | api_admin_blocks_get | /api/admin/blocks/{id} | Path does not match |
| 59 | api_admin_blocks_create | /api/admin/blocks | Path does not match |
| 60 | api_admin_blocks_update | /api/admin/blocks/{id} | Path does not match |
| 61 | api_admin_blocks_delete | /api/admin/blocks/{id} | Path does not match |
| 62 | api_admin_blocks_duplicate | /api/admin/blocks/{id}/duplicate | Path does not match |
| 63 | api_admin_blocks_reorder | /api/admin/blocks/reorder | Path does not match |
| 64 | api_admin_blocks_toggle | /api/admin/blocks/{id}/toggle-visibility | Path does not match |
| 65 | api_admin_block_types_list | /api/admin/block-types | Path does not match |
| 66 | api_admin_block_types_active | /api/admin/block-types/active | Path does not match |
| 67 | api_admin_block_types_get | /api/admin/block-types/{id} | Path does not match |
| 68 | api_admin_block_types_create | /api/admin/block-types | Path does not match |
| 69 | api_admin_block_types_update | /api/admin/block-types/{id} | Path does not match |
| 70 | api_admin_block_types_delete | /api/admin/block-types/{id} | Path does not match |
| 71 | api_admin_block_types_categories | /api/admin/block-types/categories | Path does not match |
| 72 | api_public_page_blocks | /api/pages/{slug}/blocks | Path does not match |
| 73 | api_client_me | /api/client/me | Path does not match |
| 74 | api_client_site | /api/client/site | Path does not match |
| 75 | api_client_pages | /api/client/pages | Path does not match |
| 76 | api_client_page_detail | /api/client/pages/{id} | Path does not match |
| 77 | api_client_block_update | /api/client/blocks/{id} | Path does not match |
| 78 | api_client_page_create | /api/client/pages | Path does not match |
| 79 | api_client_page_delete | /api/client/pages/{id} | Path does not match |
| 80 | api_client_blocks_reorder | /api/client/pages/{id}/blocks/reorder | Path does not match |
| 81 | api_client_media | /api/client/media | Path does not match |
| 82 | api_client_media_upload | /api/client/media/upload | Path does not match |
| 83 | api_client_design_update | /api/client/design | Path does not match |
| 84 | api_client_leads_list | /api/client/leads | Path does not match |
| 85 | api_client_lead_detail | /api/client/leads/{id} | Path does not match |
| 86 | api_client_leads_stats | /api/client/leads/stats | Path does not match |
| 87 | api_client_profile_get | /api/client/profile | Path does not match |
| 88 | api_client_profile_update | /api/client/profile | Path does not match |
| 89 | api_client_invoices_list | /api/client/invoices | Path does not match |
| 90 | api_client_invoices_pdf | /api/client/invoices/{id}/pdf | Path does not match |
| 91 | api_client_tickets_list | /api/client/tickets | Path does not match |
| 92 | api_client_tickets_create | /api/client/tickets | Path does not match |
| 93 | api_client_tickets_detail | /api/client/tickets/{id} | Path does not match |
| 94 | api_client_tickets_message | /api/client/tickets/{id}/messages | Path does not match |
| 95 | api_admin_ecommerce_products_list | /api/admin/ecommerce/products | Path does not match |
| 96 | api_admin_ecommerce_products_get | /api/admin/ecommerce/products/{id} | Path does not match |
| 97 | api_admin_ecommerce_products_create | /api/admin/ecommerce/products | Path does not match |
| 98 | api_admin_ecommerce_products_update | /api/admin/ecommerce/products/{id} | Path does not match |
| 99 | api_admin_ecommerce_products_delete | /api/admin/ecommerce/products/{id} | Path does not match |
| 100 | api_admin_ecommerce_products_images_add | /api/admin/ecommerce/products/{id}/images | Path does not match |
| 101 | api_admin_ecommerce_products_images_delete | /api/admin/ecommerce/products/{id}/images/{imgId} | Path does not match |
| 102 | api_admin_ecommerce_products_images_reorder | /api/admin/ecommerce/products/{id}/images/reorder | Path does not match |
| 103 | api_admin_ecommerce_categories_list | /api/admin/ecommerce/categories | Path does not match |
| 104 | api_admin_ecommerce_categories_create | /api/admin/ecommerce/categories | Path does not match |
| 105 | api_admin_ecommerce_categories_update | /api/admin/ecommerce/categories/{id} | Path does not match |
| 106 | api_admin_ecommerce_categories_delete | /api/admin/ecommerce/categories/{id} | Path does not match |
| 107 | api_admin_ecommerce_orders_list | /api/admin/ecommerce/orders | Path does not match |
| 108 | api_admin_ecommerce_orders_get | /api/admin/ecommerce/orders/{id} | Path does not match |
| 109 | api_admin_ecommerce_orders_status | /api/admin/ecommerce/orders/{id}/status | Path does not match |
| 110 | api_admin_ecommerce_orders_refund | /api/admin/ecommerce/orders/{id}/refund | Path does not match |
| 111 | api_admin_ecommerce_settings_get | /api/admin/ecommerce/settings | Path does not match |
| 112 | api_admin_ecommerce_settings_update | /api/admin/ecommerce/settings | Path does not match |
| 113 | api_admin_ecommerce_stats | /api/admin/ecommerce/stats | Path does not match |
| 114 | api_public_ecommerce_products | /api/ecommerce/products | Path does not match |
| 115 | api_public_ecommerce_product_detail | /api/ecommerce/products/{slug} | Path does not match |
| 116 | api_public_ecommerce_categories | /api/ecommerce/categories | Path does not match |
| 117 | api_public_ecommerce_category_products | /api/ecommerce/categories/{slug}/products | Path does not match |
| 118 | api_public_ecommerce_search | /api/ecommerce/search | Path does not match |
| 119 | api_public_ecommerce_checkout | /api/ecommerce/checkout | Path does not match |
| 120 | api_public_ecommerce_order_lookup | /api/ecommerce/orders/{orderNumber} | Path does not match |
| 121 | api_public_ecommerce_settings | /api/ecommerce/settings | Path does not match |
| 122 | api_admin_ia_builder_generate | /api/admin/ia-builder/generate | Path does not match |
| 123 | api_admin_ia_builder_generate_page | /api/admin/ia-builder/generate-page | Path does not match |
| 124 | api_admin_ia_builder_clean | /api/admin/ia-builder/clean-description | Path does not match |
| 125 | api_admin_ia_builder_themes_list | /api/admin/ia-builder/themes | Path does not match |
| 126 | api_admin_ia_builder_themes_get | /api/admin/ia-builder/themes/{id} | Path does not match |
| 127 | api_admin_ia_builder_themes_create | /api/admin/ia-builder/themes | Path does not match |
| 128 | api_admin_ia_builder_themes_update | /api/admin/ia-builder/themes/{id} | Path does not match |
| 129 | api_admin_ia_builder_themes_delete | /api/admin/ia-builder/themes/{id} | Path does not match |
| 130 | api_admin_ia_builder_themes_duplicate | /api/admin/ia-builder/themes/{id}/duplicate | Path does not match |
| 131 | api_admin_ia_builder_themes_apply | /api/admin/ia-builder/themes/{id}/apply | Path does not match |
| 132 | api_admin_ia_builder_apply_blocks | /api/admin/ia-builder/apply-blocks | Path does not match |
| 133 | api_admin_ia_builder_apply_page_blocks | /api/admin/ia-builder/apply-page-blocks | Path does not match |
| 134 | api_admin_ia_builder_themes_applications | /api/admin/ia-builder/themes/{id}/applications | Path does not match |
| 135 | api_admin_ia_builder_pages | /api/admin/ia-builder/pages | Path does not match |
| 136 | api_admin_media_list | /api/admin/media | Path does not match |
| 137 | api_admin_media_get | /api/admin/media/{id} | Path does not match |
| 138 | api_admin_media_upload | /api/admin/media/upload | Path does not match |
| 139 | api_admin_media_update | /api/admin/media/{id} | Path does not match |
| 140 | api_admin_media_delete | /api/admin/media/{id} | Path does not match |
| 141 | api_admin_media_images | /api/admin/media/images | Path does not match |
| 142 | api_public_devis | /api/devis | Path does not match |
| 143 | api_public_contact | /api/contact | Path does not match |
| 144 | api_public_services | /api/services | Path does not match |
| 145 | api_public_service_detail | /api/services/{slug} | Path does not match |
| 146 | api_public_pages | /api/pages | Path does not match |
| 147 | api_public_page_detail | /api/pages/{slug} | Path does not match |
| 148 | api_public_settings | /api/settings/public | Path does not match |
| 149 | api_public_company | /api/company | Path does not match |
| 150 | api_public_footer | /api/footer | Path does not match |
| 151 | api_public_menu | /api/menu | Path does not match |
| 152 | api_stripe_webhook | /api/webhook/stripe/{ownerId} | Path does not match |
| 153 | client_dashboard | /dashboard/{reactRouting} | Path does not match |
| 154 | public_home | / | Path does not match |
| 155 | react_app | /{reactRouting} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.