Routing
app.dashboard
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://app.dev.registrus.ro/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api.api.stripe.webhook.subscriptions | /webhook/stripe-subscriptions | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | api.swagger | /doc.json | Path does not match |
| 4 | api.swagger_ui | /doc | Path does not match |
| 5 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
| 6 | _wdt | /_wdt/{token} | Path does not match |
| 7 | _profiler_home | /_profiler/ | Path does not match |
| 8 | _profiler_search | /_profiler/search | Path does not match |
| 9 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 10 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 11 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 12 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 13 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 14 | _profiler_open_file | /_profiler/open | Path does not match |
| 15 | _profiler | /_profiler/{token} | Path does not match |
| 16 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 17 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 18 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 19 | app.admin.products.edit | /admin/products/{id} | Path does not match |
| 20 | app.admin.products | /admin/products | Path does not match |
| 21 | app.api.form | /api/form/{entity}/{caseId} | Path does not match |
| 22 | app.api.webhook.anaf | /api/webhook/anaf | Path does not match |
| 23 | app.api.anaf | /api/generate/anaf | Path does not match |
| 24 | app.api.anaf_check_cui | /api/anaf/check-cui | Path does not match |
| 25 | app.api.testing | /testing | Path does not match |
| 26 | app.cases.add | /cases/{id} | Path does not match |
| 27 | app.cases.list | /cases | Path does not match |
| 28 | app.cases.view | /cases/view/{id}/{type} | Path does not match |
| 29 | app.cases.edit | /cases/edit/{id} | Path does not match |
| 30 | app.cases.delete.actions | /cases/delete/{caseId}/actions/{id}/{type} | Path does not match |
| 31 | app.cases.delete.classes | /cases/delete/{caseId}/classes/{id}/{type} | Path does not match |
| 32 | app.cases.done.actions | /cases/done/{caseId}/actions/{id}/{type} | Path does not match |
| 33 | app.cases.delete.notes | /cases/delete/{caseId}/notes/{id}/{type} | Path does not match |
| 34 | app.cases.delete.files | /cases/delete/{caseId}/files/{id}/{type} | Path does not match |
| 35 | app.cases.delete.parties | /cases/delete/{caseId}/parties/{id}/{type} | Path does not match |
| 36 | app.cases.pin.notes | /cases/pin/{caseId}/notes/{id}/{type} | Path does not match |
| 37 | app.cases_v1.list | /cases_v1 | Path does not match |
| 38 | app.cases_v1.add | /cases_v1/{id} | Path does not match |
| 39 | app.cases_v1.view | /cases_v1/view/{id} | Path does not match |
| 40 | app.cases_v1.view.notes | /cases_v1/view/{id}/notes | Path does not match |
| 41 | app.cases_v1.delete.notes | /cases_v1/delete/{caseId}/notes/{id} | Path does not match |
| 42 | app.cases_v1.pin.notes | /cases_v1/pin/{caseId}/notes/{id} | Path does not match |
| 43 | app.cases_v1.view.classes | /cases_v1/view/{id}/classes | Path does not match |
| 44 | app.cases_v1.delete.classes | /cases_v1/delete/{caseId}/classes/{id} | Path does not match |
| 45 | app.cases_v1.view.diary | /cases_v1/view/{id}/diary | Path does not match |
| 46 | app.cases_v1.view.related | /cases_v1/view/{id}/related | Path does not match |
| 47 | app.cases_v1.view.parties | /cases_v1/view/{id}/parties | Path does not match |
| 48 | app.company.invite | /company/invite | Path does not match |
| 49 | app.company.invitations | /company/invitations | Path does not match |
| 50 | app.company.invitation.cancel | /company/invitation/{id}/cancel | Path does not match |
| 51 | app.company.invitation.resend | /company/invitation/{id}/resend | Path does not match |
| 52 | app.company_invitations.invite_existing | /company/invite/existing/{userId} | Path does not match |
| 53 | app.switch_company | /switch-company/{companyId} | Path does not match |
| 54 | app.contracts.list | /documents/{documentTypeId} | Path does not match |
| 55 | app.contracts.view | /contracts/{type}/view/{id} | Path does not match |
| 56 | app.contracts.send | /contracts/send/{id} | Path does not match |
| 57 | app.contracts.add | /documents/{documentTypeId}/{id} | Path does not match |
| 58 | app.contracts.verify | /documents/{type}/{id}/verify | Path does not match |
| 59 | app.contracts.delete | /documents/{type}/{id}/delete | Path does not match |
| 60 | app.contracts.download | /documents/{type}/{id}/download | Path does not match |
| 61 | app.dashboard | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.