Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_login | /loginold | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | 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 | homeView | / | Path does not match |
| 15 | basketView | /basket | Path does not match |
| 16 | orderView | /order | Path does not match |
| 17 | propositionsView | /propositions | Path does not match |
| 18 | favorisView | /favoris | Path does not match |
| 19 | familyView | /family/{id} | Path does not match |
| 20 | subFamilyView | /subfamily/{id} | Path does not match |
| 21 | productView | /product/{id} | Path does not match |
| 22 | brandView | /brand/{id} | Path does not match |
| 23 | sellerView | /seller/{id} | Path does not match |
| 24 | customGridView | /customGrid/{id} | Path does not match |
| 25 | BuyerPublicView | /public/propositions/{token} | Path does not match |
| 26 | admin | /admin | Path does not match |
| 27 | login | /login | Path does not match |
| 28 | provider | /provider | Path does not match |
| 29 | setsid | /setsid | Path does not match |
| 30 | webdesa | /webdesaauth | Path does not match |
| 31 | logout | /logout | Path does not match |
| 32 | appConfig | /app/config | Path does not match |
| 33 | listProposition | /api/proposition | Path does not match |
| 34 | createProposition | /api/proposition | Path does not match |
| 35 | deleteProposition | /api/proposition/{id} | Path does not match |
| 36 | updateProposition | /api/proposition/{id} | Path does not match |
| 37 | listProduct | /api/product | Path does not match |
| 38 | showProduct | /api/product/{id} | Path does not match |
| 39 | isFavorite | /api/product/{id}/isfavorite | Path does not match |
| 40 | coastProduct | /api/product/{id}/cost | Path does not match |
| 41 | quantityProduct | /api/product/{id}/quantity | Path does not match |
| 42 | listFavorite | /api/favorite | Path does not match |
| 43 | addFavorite | /api/favorite | Path does not match |
| 44 | deleteFavorite | /api/favorite/{id} | Path does not match |
| 45 | orderSend | /api/order | Path does not match |
| 46 | orderUpdateStatus | /api/order/{id}/status | Path does not match |
| 47 | orderRead | /api/order/{id} | Path does not match |
| 48 | orderList | /api/order | Path does not match |
| 49 | basketRead | /action/basket | Path does not match |
| 50 | basketIsAlreadyAdded | /action/basketItem/{id} | Path does not match |
| 51 | basketAdd | /action/basket | Path does not match |
| 52 | basketItemDelete | /action/basketItem/{id} | Path does not match |
| 53 | basketItemUpdateQuantity | /action/basketItem/{id} | Path does not match |
| 54 | brand_index | /api/brand | Path does not match |
| 55 | brand_show | /api/brand/{code} | Path does not match |
| 56 | seller_show | /api/seller/{code} | Path does not match |
| 57 | Family | /api/family/{code} | Path does not match |
| 58 | Families | /api/family | Path does not match |
| 59 | subFamily | /api/subfamily/{code} | Path does not match |
| 60 | SubFamilies | /api/subfamily | Path does not match |
| 61 | User | /api/user | Path does not match |
| 62 | search | /api/search | Path does not match |
| 63 | getBuyerPublic | /api/public/buyer/byToken/{token} | Path does not match |
| 64 | getPropositionPublic | /api/public/proposition | Path does not match |
| 65 | updatePropositionPublic | /api/public/proposition/{id} | 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.