Routing
nuxt
Matched route
Route Parameters
| Name | Value |
|---|---|
| path | "robots.txt" |
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | api_products | /api/products/check | Path does not match |
| 13 | api_products_buy | /api/products/buy | Path does not match |
| 14 | api_banners_list | /api/v1/banner/{type} | Path does not match |
| 15 | api_banners_ads | /api/v1/ads | Path does not match |
| 16 | api_category_list | /api/v1/category | Path does not match |
| 17 | api_locationprovince | /api/v1/province | Path does not match |
| 18 | api_locationmunicipality | /api/v1/municipality | Path does not match |
| 19 | api_package_status | /api/v1/package/status | Path does not match |
| 20 | api_package_search | /api/v1/package/search/{code} | Path does not match |
| 21 | api_package_detail | /api/v1/package/{orderId} | Path does not match |
| 22 | api_package_list | /api/v1/user/package | Path does not match |
| 23 | api_package_claim | /api/v1/user/package/{orderId} | Path does not match |
| 24 | api_products_list | /api/v1/product | Path does not match |
| 25 | api_products_price_range | /api/v1/product/priceRange | Path does not match |
| 26 | api_products_slug | /api/v1/product/{slug} | Path does not match |
| 27 | api_recharges_list | /api/v1/recharge/phone | Path does not match |
| 28 | api_recharges_list_nauta | /api/v1/recharge/nauta | Path does not match |
| 29 | api_recharges_list_nauta_plus | /api/v1/recharge/nauta_plus | Path does not match |
| 30 | api_recharges_walak_hook | /api/v1/recharge/walak/{id} | Path does not match |
| 31 | api_recovery_recovery | /api/v1/recovery | Path does not match |
| 32 | api_recovery_password | /api/v1/recovery/password | Path does not match |
| 33 | api_register_register | /api/v1/register | Path does not match |
| 34 | api_register_validate | /api/v1/register/activate | Path does not match |
| 35 | api_serices_list | /api/v1/service | Path does not match |
| 36 | api_settingssettings | /api/v1/settings | Path does not match |
| 37 | api_user_contactlist | /api/v1/user/contact | Path does not match |
| 38 | api_user_contactcreate | /api/v1/user/contact/create | Path does not match |
| 39 | api_user_contactdetail | /api/v1/user/contact/{id} | Path does not match |
| 40 | api_user_contactupdate | /api/v1/user/contact/{id}}/update | Path does not match |
| 41 | api_user_contactdelete | /api/v1/user/contact/{id}/delete | Path does not match |
| 42 | api_user_order | /api/v1/user/order | Path does not match |
| 43 | api_user_order_detail | /api/v1/user/order/{orderId} | Path does not match |
| 44 | api_user_recharge | /api/v1/user/recharge | Path does not match |
| 45 | api_user_recharge_detail | /api/v1/user/recharge/{orderId} | Path does not match |
| 46 | api_user_cart | /api/v1/user/cart | Path does not match |
| 47 | api_user_cart_add | /api/v1/user/cart/add | Path does not match |
| 48 | api_user_cart_update | /api/v1/user/cart/update | Path does not match |
| 49 | api_user_cart_update_recharge | /api/v1/user/cart/update_recharge | Path does not match |
| 50 | api_user_cart_delivery | /api/v1/user/cart/delivery | Path does not match |
| 51 | api_user_cart_note | /api/v1/user/cart/note | Path does not match |
| 52 | api_user_cart_payment | /api/v1/user/cart/payment | Path does not match |
| 53 | api_user_cart_recharge | /api/v1/user/cart/recharge | Path does not match |
| 54 | api_user_cancel_coupon | /api/v1/user/coupon/cancel | Path does not match |
| 55 | api_user_apply_coupon | /api/v1/user/coupon/{code} | Path does not match |
| 56 | api_user_profile | /api/v1/user/profile | Path does not match |
| 57 | api_user_update_avatar | /api/v1/user/avatar | Path does not match |
| 58 | api_user_update_info | /api/v1/user/info | Path does not match |
| 59 | api_user_update_address | /api/v1/user/address | Path does not match |
| 60 | api_user_update_password | /api/v1/user/password | Path does not match |
| 61 | api_user_recharge_request | /api/v1/user/recharge-request | Path does not match |
| 62 | api_user_coupons | /api/v1/user/coupons | Path does not match |
| 63 | admin_ads_index | /admin/ads | Path does not match |
| 64 | admin_ads_new | /admin/ads/new | Path does not match |
| 65 | admin_ads_edit | /admin/ads/{id}/edit | Path does not match |
| 66 | admin_ads_delete | /admin/ads/{id} | Path does not match |
| 67 | admin_app_login | /admin/login | Path does not match |
| 68 | admin_app_logout | /admin/logout | Path does not match |
| 69 | admin_api_credential_index | /admin/api/credential | Path does not match |
| 70 | admin_api_credential_new | /admin/api/credential/new | Path does not match |
| 71 | admin_api_credential_change | /admin/api/credential/{id}/change | Path does not match |
| 72 | admin_api_credential_state | /admin/api/credential/{id}/state/{change} | Path does not match |
| 73 | admin_api_credential_edit | /admin/api/credential/{id}/edit | Path does not match |
| 74 | admin_api_credential_delete | /admin/api/credential/{id} | Path does not match |
| 75 | admin_api_order_index | /admin/api-order | Path does not match |
| 76 | admin_api_order_detail | /admin/api-order/{id} | Path does not match |
| 77 | admin_api_product_index | /admin/api/product | Path does not match |
| 78 | admin_api_product_new | /admin/api/product/new | Path does not match |
| 79 | admin_api_product_edit | /admin/api/product/{id}/edit | Path does not match |
| 80 | admin_api_product_delete | /admin/api/product/{id} | Path does not match |
| 81 | admin_banner_index | /admin/banner | Path does not match |
| 82 | admin_banner_new | /admin/banner/new | Path does not match |
| 83 | admin_banner_edit | /admin/banner/{id}/edit | Path does not match |
| 84 | admin_banner_delete | /admin/banner/{id} | Path does not match |
| 85 | admin_beneficiary_index | /admin/beneficiary | Path does not match |
| 86 | admin_beneficiary_new | /admin/beneficiary/new | Path does not match |
| 87 | admin_beneficiary_edit | /admin/beneficiary/{id}/edit | Path does not match |
| 88 | admin_beneficiary_delete | /admin/beneficiary/{id} | Path does not match |
| 89 | admin_cart_index | /admin/cart | Path does not match |
| 90 | admin_cart_detail | /admin/cart/{id} | Path does not match |
| 91 | admin_category_index | /admin/category | Path does not match |
| 92 | admin_category_promoted | /admin/category/promoted/{id}/{status} | Path does not match |
| 93 | admin_category_actived | /admin/category/actived/{id}/{status} | Path does not match |
| 94 | admin_category_new | /admin/category/new | Path does not match |
| 95 | admin_category_edit | /admin/category/{id}/edit | Path does not match |
| 96 | admin_category_delete | /admin/category/{id} | Path does not match |
| 97 | admin_coupon_index | /admin/coupon | Path does not match |
| 98 | admin_coupon_new | /admin/coupon/new | Path does not match |
| 99 | admin_coupon_detail | /admin/coupon/{id} | Path does not match |
| 100 | admin_coupon_edit | /admin/coupon/{id}/edit | Path does not match |
| 101 | admin_coupon_active | /admin/coupon/{id}/active/{status} | Path does not match |
| 102 | admin_coupon_delete | /admin/coupon/{id}/delete | Path does not match |
| 103 | admin_home | /admin/ | Path does not match |
| 104 | admin_feature_index | /admin/feature | Path does not match |
| 105 | admin_feature_active | /admin/feature/active/{status} | Path does not match |
| 106 | admin_feature_new | /admin/feature/new | Path does not match |
| 107 | admin_feature_edit | /admin/feature/{id{/edit | Path does not match |
| 108 | admin_feature_delete | /admin/feature/{id} | Path does not match |
| 109 | admin_merchant_index | /admin/merchant | Path does not match |
| 110 | admin_merchant_active | /admin/merchant/active/{id} | Path does not match |
| 111 | admin_message_index | /admin/message/new | Path does not match |
| 112 | admin_message_edit | /admin/message/{id}/edit | Path does not match |
| 113 | admin_message_delete | /admin/message/{id} | Path does not match |
| 114 | admin_municipality_index | /admin/municipality | Path does not match |
| 115 | admin_municipality_new | /admin/municipality/new | Path does not match |
| 116 | admin_municipality_edit | /admin/municipality/{id}/edit | Path does not match |
| 117 | admin_municipality_delete | /admin/municipality/{id} | Path does not match |
| 118 | admin_offer_index | /admin/offer | Path does not match |
| 119 | admin_offer_personalized | /admin/offer/personalized | Path does not match |
| 120 | admin_order_index | /admin/order | Path does not match |
| 121 | admin_order_excel | /admin/order/excel | Path does not match |
| 122 | admin_order_detail | /admin/order/{orderId} | Path does not match |
| 123 | admin_order_check | /admin/order/check/{id} | Path does not match |
| 124 | admin_order_delivery | /admin/order/delivery/{id} | Path does not match |
| 125 | admin_order_cancel | /admin/order/cancel/{id} | Path does not match |
| 126 | admin_order_invoice | /admin/order/invoice/{id} | Path does not match |
| 127 | admin_package_index | /admin/package/ | Path does not match |
| 128 | admin_package_new | /admin/package/new | Path does not match |
| 129 | admin_package_upload | /admin/package/upload | Path does not match |
| 130 | admin_package_show | /admin/package/{id} | Path does not match |
| 131 | admin_package_edit | /admin/package/{id}/edit | Path does not match |
| 132 | admin_package_delete | /admin/package/{id} | Path does not match |
| 133 | admin_partial_production | /admin/partial/production | Path does not match |
| 134 | admin_payment_block_index | /admin/payment-block | Path does not match |
| 135 | admin_payment_error_index | /admin/payment-error | Path does not match |
| 136 | admin_payment_error_detail | /admin/payment-error/{id} | Path does not match |
| 137 | admin_product_index | /admin/product | Path does not match |
| 138 | admin_product_new | /admin/product/new | Path does not match |
| 139 | admin_product_multiple_action | /admin/product/multiple-action | Path does not match |
| 140 | admin_product_detail | /admin/product/{id} | Path does not match |
| 141 | admin_product_promoted | /admin/product/promoted/{id}/{status} | Path does not match |
| 142 | admin_product_active | /admin/product/active/{id}/{status} | Path does not match |
| 143 | admin_product_edit | /admin/product/{id}/edit | Path does not match |
| 144 | admin_product_delete | /admin/product/{id} | Path does not match |
| 145 | admin_promotion_phone_list | /admin/promotion/phone/{id} | Path does not match |
| 146 | admin_promotion_nauta_list | /admin/promotion/nauta/{id} | Path does not match |
| 147 | admin_promotion_nauta-plus_list | /admin/promotion/nauta-plus/{id} | Path does not match |
| 148 | admin_promotion_phone_add | /admin/promotion/phone/{id}/add | Path does not match |
| 149 | admin_promotion_nauta_add | /admin/promotion/nauta/{id}/add | Path does not match |
| 150 | admin_promotion_nauta_plus_add | /admin/promotion/nauta_plus/{id}/add | Path does not match |
| 151 | admin_promotion_phone_edit | /admin/promotion/phone/{id}/edit | Path does not match |
| 152 | admin_promotion_nauta_edit | /admin/promotion/nauta/{id}/edit | Path does not match |
| 153 | admin_promotion_nauta_plus_edit | /admin/promotion/nauta_plus/{id}/edit | Path does not match |
| 154 | admin_promotion_delete | /admin/promotion/{id}/delete | Path does not match |
| 155 | admin_provider_index | /admin/provider | Path does not match |
| 156 | admin_provider_new | /admin/provider/new | Path does not match |
| 157 | admin_provider_detail | /admin/provider/{id} | Path does not match |
| 158 | admin_provider_edit | /admin/provider/{id}/edit | Path does not match |
| 159 | admin_provider_delete | /admin/provider/{id} | Path does not match |
| 160 | admin_province_index | /admin/province | Path does not match |
| 161 | admin_province_new | /admin/province/new | Path does not match |
| 162 | admin_province_edit | /admin/province/{id}/edit | Path does not match |
| 163 | admin_province_delete | /admin/province/{id} | Path does not match |
| 164 | admin_recharge_phone | /admin/recharge/phone | Path does not match |
| 165 | admin_recharge_nauta | /admin/recharge/nauta | Path does not match |
| 166 | admin_recharge_nauta_plus | /admin/recharge/nauta-plus | Path does not match |
| 167 | admin_recharge_edit | /admin/recharge/edit/{id} | Path does not match |
| 168 | admin_recharge_new_walak | /admin/recharge/new/walak | Path does not match |
| 169 | admin_recharge_new | /admin/recharge/new/{operator} | Path does not match |
| 170 | admin_recharge_active | /admin/recharge/active/{status} | Path does not match |
| 171 | admin_recharge_delete | /admin/recharge/{id} | Path does not match |
| 172 | admin_recharge_order_index | /admin/order-recharge | Path does not match |
| 173 | admin_recharge_order_detail | /admin/order-recharge/{orderId} | Path does not match |
| 174 | admin_recharge_order_delivery | /admin/order-recharge/delivery/{id} | Path does not match |
| 175 | admin_recharge_order_invoice | /admin/order-recharge/invoice/{id} | Path does not match |
| 176 | admin_recharge_request_index | /admin/recharge-request | Path does not match |
| 177 | admin_recharge_request_status | /admin/recharge-request/status/{id}/{state} | Path does not match |
| 178 | admin_service_index | /admin/service | Path does not match |
| 179 | admin_service_new | /admin/service/new | Path does not match |
| 180 | admin_service_edit | /admin/service/{id}/edit | Path does not match |
| 181 | admin_service_delete | /admin/service/{id} | Path does not match |
| 182 | admin_setting_contact | /admin/setting/contact | Path does not match |
| 183 | admin_setting_title | /admin/setting/title | Path does not match |
| 184 | admin_setting_config | /admin/setting/config | Path does not match |
| 185 | admin_user_index | /admin/user | Path does not match |
| 186 | admin_user_detail | /admin/user/detail/{id} | Path does not match |
| 187 | admin_user_verificate | /admin/user/verificate/{id} | Path does not match |
| 188 | admin_user_admin | /admin/user/admin/{id}/{state} | Path does not match |
| 189 | admin_user_sales | /admin/user/sales/{id}/{state} | Path does not match |
| 190 | admin_user_atc | /admin/user/atc/{id}/{state} | Path does not match |
| 191 | admin_user_new | /admin/user/new | Path does not match |
| 192 | admin_user_edit | /admin/user/{id}/edit | Path does not match |
| 193 | admin_user_delete | /admin/user/{id} | Path does not match |
| 194 | admin_user_recharge | /admin/user/recharge/{id}/{state} | Path does not match |
| 195 | nuxt | /{path} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.