Routing
article_detail
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| slug | "cual-es-la-empresa-que-transformo-la-conectividad-para-viajeros-a-nivel-global" |
Route Matching Logs
Path to match:
/press/cual-es-la-empresa-que-transformo-la-conectividad-para-viajeros-a-nivel-global
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | app_api_tiendanube | /api/tiendanube.{_format} | Path does not match |
| 3 | app_api_createtpvpayment | /api/create_tpv_payment.{_format} | Path does not match |
| 4 | app_api_tpv | /api/tpv.{_format} | Path does not match |
| 5 | app_api_tpv_1 | /api/tpv.{_format} | Path does not match |
| 6 | app_api_registration | /api/registration.{_format} | Path does not match |
| 7 | app_api_user | /api/user/user.{_format} | Path does not match |
| 8 | app_api_resetpassword | /api/reset_password.{_format} | Path does not match |
| 9 | app_api_resetpasswordconfirm | /api/reset_password_confirm.{_format} | Path does not match |
| 10 | app_api_editprofile | /api/user/user.{_format} | Path does not match |
| 11 | app_api_createtransaction | /api/user/create_transaction.{_format} | Path does not match |
| 12 | app_api_createtransaction_1 | /api/create_transaction.{_format} | Path does not match |
| 13 | app_api_applypromocode | /api/promo_code.{_format} | Path does not match |
| 14 | app_api_freeorder | /api/free_order.{_format} | Path does not match |
| 15 | app_api_gettransaction | /api/user/transaction.{_format} | Path does not match |
| 16 | app_api_gettransaction_1 | /api/transaction.{_format} | Path does not match |
| 17 | app_api_createpayment | /api/create_payment.{_format} | Path does not match |
| 18 | app_api_createmercadopagopreference | /api/create_mercadopago_preference.{_format} | Path does not match |
| 19 | app_api_createstripesession | /api/create_stripe_session.{_format} | Path does not match |
| 20 | app_api_stripewebhook | /api/stripe_webhook.{_format} | Path does not match |
| 21 | app_api_captureorder | /api/capture_order.{_format} | Path does not match |
| 22 | app_api_recaptureorder | /api/recapture_order.{_format} | Path does not match |
| 23 | app_api_createorderpayment | /api/create_order_payment.{_format} | Path does not match |
| 24 | app_api_captureorderorder | /api/capture_order_order.{_format} | Path does not match |
| 25 | app_api_test | /api/test.{_format} | Path does not match |
| 26 | app_api_tugeasyncnotification | /api/tuge_async_notification.{_format} | Path does not match |
| 27 | app_api_resendmailfortransaction | /api/resend_mail_for_transaction.{_format} | Path does not match |
| 28 | app_api_regions | /api/regions.{_format} | Path does not match |
| 29 | app_api_countries | /api/countries.{_format} | Path does not match |
| 30 | app_api_currencies | /api/currencies.{_format} | Path does not match |
| 31 | app_api_rechargepacks | /api/recharge_packs.{_format} | Path does not match |
| 32 | app_api_rechargepacksforesim | /api/user/recharge_packs.{_format} | Path does not match |
| 33 | app_api_esims | /api/user/esims.{_format} | Path does not match |
| 34 | app_api_simpackages | /api/user/sim_packages.{_format} | Path does not match |
| 35 | app_api_simpackage | /api/user/sim_package.{_format} | Path does not match |
| 36 | app_api_esim | /api/user/esim.{_format} | Path does not match |
| 37 | app_api_airaloesim | /api/user/esim_airalo.{_format} | Path does not match |
| 38 | app_api_getpurchasetransaction | /api/user/purchase_transaction.{_format} | Path does not match |
| 39 | app_api_mp | /api/mp.{_format} | Path does not match |
| 40 | app_api_mp_1 | /api/mp.{_format} | Path does not match |
| 41 | app_api_setlanguage | /api/set_language.{_format} | Path does not match |
| 42 | app_api_getdecidirpaymentmethodcredentials | /api/decidir_payment_method_credentials.{_format} | Path does not match |
| 43 | app_api_getdecidircredentials | /api/decidir_credentials.{_format} | Path does not match |
| 44 | app_api_processdecidirpayment | /api/process_decidir_payment.{_format} | Path does not match |
| 45 | articles_list.en | /press | Path does not match |
| 46 | articles_list.es | /prensa | Path does not match |
| 47 | articles_list.de | /presse | Path does not match |
| 48 | articles_list.fr | /presse_fr | Path does not match |
| 49 | articles_list.it | /stampa | Path does not match |
| 50 | articles_list.pt | /imprensa | Path does not match |
| 51 | articles_list.cn | /press_cn | Path does not match |
| 52 | articles_list.cn2 | /press_cn2 | Path does not match |
| 53 | article_detail.en | /press/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.