Routing
investor_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
http://investordev.omitsis.com/login
Route Matching Logs
Path to match:
/investor
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_folder_list | /admin/folders | Path does not match |
| 2 | admin_folder_manage_investors_grant_revoke | /admin/folder/investors/{id}/{action} | Path does not match |
| 3 | admin_folder_manage_investors | /admin/folder/investors/{id} | Path does not match |
| 4 | admin_folder_edit | /admin/folders/{id} | Path does not match |
| 5 | admin_folder_create | /admin/folder/create | Path does not match |
| 6 | home | / | Path does not match |
| 7 | admin_home | /admin | Path does not match |
| 8 | admin_home_folder_manage_investors_grant_revoke | /admin/folder-manage/{action} | Path does not match |
| 9 | admin_project_list | /admin/projects | Path does not match |
| 10 | admin_project_create | /admin/project/create | Path does not match |
| 11 | admin_project_edit | /admin/project/edit/{id} | Path does not match |
| 12 | admin_investor_view_pdf | /admin/investor/pdf/view/{projectId} | Path does not match |
| 13 | admin_project_manage_permission_grant_revoke | /admin/project/permission/{id}/{action} | Path does not match |
| 14 | admin_project_manage_investors | /admin/project/investors/{id} | Path does not match |
| 15 | admin_project_notify_investors | /admin/project/{id}/notify | Path does not match |
| 16 | admin_user_list | /admin/users | Path does not match |
| 17 | admin_user_create | /admin/user/create | Path does not match |
| 18 | admin_user_view_permissions | /admin/user/permissions/{id} | Path does not match |
| 19 | admin_user_impersonalize | /admin/user/impersonate/{id} | Path does not match |
| 20 | admin_user_edit | /admin/user/edit/{id} | Path does not match |
| 21 | investor_home | /investor | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.