Routing
ddd_site.tilda.page
Matched route
Route Parameters
| Name | Value |
|---|---|
| uri | "/" |
Route Matching Logs
Path to match:
/
| # | 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 | Path does not match |
| 13 | ddd_site.docs.school.public-offer | /docs/public-offer | Path does not match |
| 14 | ddd_site.external.amo.update-school | /external/amo/update-school | Path does not match |
| 15 | ddd_site.plans-redirect | /plans | Path does not match |
| 16 | ddd_site.school_landing | /l/{slug} | Path does not match |
| 17 | ddd_site.verify-user-certificate | /verify | Path does not match |
| 18 | ddd_site.verify-user-certificate_append | /verify/{number} | Path does not match |
| 19 | ddd_site.webinar_stream | /stream/{id} | Path does not match |
| 20 | ddd_site.system.robots | /robots.txt | Path does not match |
| 21 | ddd_site.system.sitemap | /sitemap.xml | Path does not match |
| 22 | ddd_site.tilda.page | /{uri} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.