Routing
api_admin_campaings_by_id
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "5" |
Route Redirection
This page redirects to:
/admin/login
Route Matching Logs
Path to match:
/api/admin/campaigns/5
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_api_admin_pages_getpagesbyids | /api/admin/pages/ids | 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_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | about | /about | Path does not match |
| 17 | app_login | /admin/login | Path does not match |
| 18 | admin | /admin | Path does not match |
| 19 | vue_pages | /admin/{route} | Path does not match |
| 20 | api_admin_account_settings | /api/admin/account-settings | Path does not match |
| 21 | api_admin_account_settings_username | /api/admin/account-settings/username | Path does not match |
| 22 | api_admin_account_settings_password | /api/admin/account-settings/password | Path does not match |
| 23 | api_admin_albums | /api/admin/albums | Path does not match |
| 24 | api_admin_albums_add | /api/admin/albums | Path does not match |
| 25 | api_admin_albums_update | /api/admin/albums/{id} | Path does not match |
| 26 | api_admin_albums_delete | /api/admin/albums/{id} | Path does not match |
| 27 | api_admin_banners | /api/admin/banners | Path does not match |
| 28 | admin_api_pages_banners_web_get | /api/admin/pages/banners | Path does not match |
| 29 | admin_api_pages_banners_web_post | /api/admin/pages/banners | Path does not match |
| 30 | admin_api_pages_banners_web_delete | /api/admin/pages/banners/{fileName} | Path does not match |
| 31 | api_admin_blog_categories | /api/admin/blog/categories | Path does not match |
| 32 | api_admin_blog_categories_add | /api/admin/blog/categories | Path does not match |
| 33 | api_admin_blog_categories_update | /api/admin/blog/categories/{id} | Path does not match |
| 34 | app_api_admin_blog_dashboard | /api/admin/dashboard/blogs | Path does not match |
| 35 | api_admin_blog | /api/admin/blogs | Path does not match |
| 36 | api_admin_blog_upload_media | /api/admin/blogs/upload-media | Path does not match |
| 37 | api_admin_blog_save | /api/admin/blogs | Path does not match |
| 38 | api_admin_blog_update | /api/admin/blogs/{id} | Path does not match |
| 39 | api_admin_blog_by_id | /api/admin/blogs/{id} | Path does not match |
| 40 | admin_api_blogs_media_by_id | /api/admin/blogs/id/{id}/media | Path does not match |
| 41 | admin_api_blogs_media_delete_id | /api/admin/blogs/id/{id}/media | Path does not match |
| 42 | api_admin_blog_by_id_delete | /api/admin/blogs/{id} | Path does not match |
| 43 | app_api_admin_blog_updateotherseotags | /api/admin/blogs/{blogId}/other-seo-tags | Path does not match |
| 44 | app_api_admin_blog_updateopengraphtags | /api/admin/blogs/{blogId}/opengraph-tags | Path does not match |
| 45 | app_api_admin_blog_uploadsocialtagimage | /api/admin/blogs/{blogId}/opengraph-tags-image | Path does not match |
| 46 | app_api_admin_blog_deletesocialtagimage | /api/admin/blogs/{blogId}/opengraph-tags-image | Path does not match |
| 47 | app_api_admin_blog_uploadmediapagecontentdata | /api/admin/blogs/{blogId}/media-elements | Path does not match |
| 48 | app_api_admin_blog_deletemediapagecontentdata | /api/admin/blogs/{blogId}/media-elements/{name} | Path does not match |
| 49 | app_api_admin_blog_updatepagetypedatacustomfields | /api/admin/blogs/{blogId}/custom-fields | Path does not match |
| 50 | api_admin_business_settings | /api/admin/business/settings | Path does not match |
| 51 | api_admin_site_settings_business | /api/admin/site/settings/business | Path does not match |
| 52 | api_admin_site_settings_business_save | /api/admin/site/settings/business | Path does not match |
| 53 | api_admin_campaigns | /api/admin/campaigns | Path does not match |
| 54 | api_admin_campaigns_add | /api/admin/campaigns | Path does not match |
| 55 | api_admin_campaings_delete | /api/admin/campaigns/{id} | Path almost matches, but Method "GET" does not match any of the required methods (DELETE) |
| 56 | api_admin_campaings_by_id | /api/admin/campaigns/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.