Routing
api.student.course.list
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/student/course/list
| # | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.