Routing
ddd_site.docs.school.privacy-policy
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/docs/privacy-policy
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api.chat.list | /api/chat/list | Path does not match |
| 2 | api.school.course.list | /api/school/course/list | Path does not match |
| 3 | api.school.students.groups | /api/school/group/list | Path does not match |
| 4 | api.student.course.check-available | /api/student/course/{uuid}/check-available | Path does not match |
| 5 | api.student.course.finish | /api/student/course/{uuid}/finish | Path does not match |
| 6 | api.student.course.list | /api/student/course/list | Path does not match |
| 7 | api.student.course.progress | /api/student/course/progress | Path does not match |
| 8 | api.student.course.receive-certificate | /api/student/course/{uuid}/receive-certificate | Path does not match |
| 9 | api.student.course.user-certificate | /api/student/course/{uuid}/user-certificate | Path does not match |
| 10 | api.student.landing.get | /api/student/landing/{slug} | Path does not match |
| 11 | ddd_site.docs.page.license-agreement | /docs/license-agreement | Path does not match |
| 12 | ddd_site.docs.school.privacy-policy | /docs/privacy-policy | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.