Routing
app_main_getindex
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_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | app_kaufland_getcategories | /api/kaufland/categories/ | Path does not match |
| 16 | app_kaufland_getcategory | /api/kaufland/categories/{categoryId}/ | Path does not match |
| 17 | api_token | /api/token/ | Path does not match |
| 18 | app_main_getebayauthcode | /api/get-ebay-auth-code | Path does not match |
| 19 | app_main_getottoauthcode | /api/get-otto-auth-code | Path does not match |
| 20 | app_main_getamazonauthcode | /api/get-amazon-auth-code | Path does not match |
| 21 | app_main_setebaytoken | /api/ebay-token/ | Path does not match |
| 22 | app_main_getebaycategoryaspects | /api/ebay-category-aspects/ | Path does not match |
| 23 | api_users | /api/users/ | Path does not match |
| 24 | api_login | /api/login/ | Path does not match |
| 25 | app_main_getproducts | /api/products/ | Path does not match |
| 26 | app_main_getplatforms | /api/platforms/ | Path does not match |
| 27 | app_main_convert | /api/convert | Path does not match |
| 28 | app_main_getstocks | /api/stocks | Path does not match |
| 29 | app_main_addstocks | /api/stocks/add | Path does not match |
| 30 | app_main_getstock | /api/stocks/{id} | Path does not match |
| 31 | app_main_deletestock | /api/stocks/delete | Path does not match |
| 32 | app_main_getebaycategories | /api/ebay/categories/ | Path does not match |
| 33 | app_main_getebaychildrencategories | /api/ebay/categories/children/ | Path does not match |
| 34 | app_main_searchamazoncategory | /api/amazon/category/search/ | Path does not match |
| 35 | app_main_getottocategories | /api/otto-categories/ | Path does not match |
| 36 | app_main_searchcategorygroups | /api/otto-category-group/search/ | Path does not match |
| 37 | app_main_getactions | /api/actions | Path does not match |
| 38 | app_main_updateactionstatus | /api/action/{id}/{type}/ | Path does not match |
| 39 | app_main_exportproducts | /api/product/export/ | Path does not match |
| 40 | app_main_updatecategory | /api/user/category/update/ | Path does not match |
| 41 | app_main_getusercategories | /api/user/categories/ | Path does not match |
| 42 | app_main_getusercategory | /api/user/categories/{id} | Path does not match |
| 43 | app_main_getottocategorygroup | /api/otto/category-group/{id} | Path does not match |
| 44 | app_main_importproducts | /api/product/import/ | Path does not match |
| 45 | app_main_getamazoncategory | /api/amazon/category/ | Path does not match |
| 46 | app_main_getplatformcategories | /api/platform/categories | Path does not match |
| 47 | app_main_getorder | /api/order/ | Path does not match |
| 48 | app_main_getorders | /api/orders | Path does not match |
| 49 | app_main_getcategories | /api/categories/ | Path does not match |
| 50 | app_main_getottocategoryattributes | /api/otto-category-attributes/{id} | Path does not match |
| 51 | app_main_createorupdateproductproducts | /api/product/edit/ | Path does not match |
| 52 | api_upload_images | /api/upload/ | Path does not match |
| 53 | app_main_getproduct | /api/product/{id}/ | Path does not match |
| 54 | app_main_deleteproduct | /api/product/{id}/delete/ | Path does not match |
| 55 | app_main_getattributes | /api/attributes/ | Path does not match |
| 56 | app_main_getbrands | /api/brands/ | Path does not match |
| 57 | app_main_addattribute | /api/attribute/add/ | Path does not match |
| 58 | app_main_addoption | /api/option/add/ | Path does not match |
| 59 | app_main_addoffersschema | /api/product/{id}/schema/ | Path does not match |
| 60 | app_main_getassets | /assets/{_file} | Path does not match |
| 61 | app_main_getimages | /uploads/{_image} | Path does not match |
| 62 | app_main_getindex | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.