Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | 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_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | admin_home | /admin/ | Path does not match |
| 15 | admin_edit_taux | /admin/taux/edit/{annee}/{mois} | Path does not match |
| 16 | admin_show_taux | /admin/taux/{annee}/{mois} | Path does not match |
| 17 | avis_verifies_home | /avis/ | Path does not match |
| 18 | avis_verifies_pagination | /avis/page/{page} | Path does not match |
| 19 | avis_verifies_rate | /avis/rate | Path does not match |
| 20 | avis_verifies_agence | /avis/{agence} | Path does not match |
| 21 | avis_verifies_agence_pagination | /avis/{agence}/page/{page} | Path does not match |
| 22 | avis_verifies_agence_rate | /avis/{agence}/rate | Path does not match |
| 23 | bourse_home | /bourse/ | Path does not match |
| 24 | bourse_last | /bourse/getLast | Path does not match |
| 25 | indice_ticker | /bourse/indice/{ticker} | Path does not match |
| 26 | indice_ticker_date | /bourse/indice/{ticker}/{date} | Path does not match |
| 27 | indice_ticker_periode | /bourse/indice/{ticker}/{dateFrom}/{dateTo} | Path does not match |
| 28 | cours_ticker | /bourse/cours/{ticker} | Path does not match |
| 29 | cours_ticker_date | /bourse/cours/{ticker}/{date} | Path does not match |
| 30 | cours_ticker_periode | /bourse/cours/{ticker}/{dateFrom}/{dateTo} | Path does not match |
| 31 | conversion_currency | /bourse/conversion/{symbol}/{symbolTo} | Path does not match |
| 32 | conversion_currency_specific_date | /bourse/conversion/{symbol}/{symbolTo}/{date} | Path does not match |
| 33 | conversion_currency_periode | /bourse/conversion/{symbol}/{symbolTo}/{dateFrom}/{dateTo} | Path does not match |
| 34 | crypto_home | /crypto/ | Path does not match |
| 35 | crypto_last | /crypto/getLast | Path does not match |
| 36 | crypto_last_update | /crypto/getLastUpdate | Path does not match |
| 37 | update_historical | /crypto/historical | Path does not match |
| 38 | update_classic | /crypto/update | Path does not match |
| 39 | conversion_crypto | /crypto/get/{cryptoFrom}/{cryptoTo} | Path does not match |
| 40 | conversion_crypto_specific_date | /crypto/get/{cryptoFrom}/{cryptoTo}/{date} | Path does not match |
| 41 | conversion_crypto_periode | /crypto/get/{cryptoFrom}/{cryptoTo}/{dateFrom}/{dateTo} | Path does not match |
| 42 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.