Routing
index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | project.create | /projects/new | Path does not match |
| 2 | projects | /projects/{_text}/{page} | Path does not match |
| 3 | api.storage.files | /api/users/self/files/{folderId} | Path does not match |
| 4 | api.storage.folder.add | /api/users/self/folders/{folderId} | Path does not match |
| 5 | api.storage.folder.delete | /api/users/self/folders/{folderId} | Path does not match |
| 6 | api.storage.file.upload | /api/users/self/folders/{folderId}/files | Path does not match |
| 7 | api.storage.file.delete | /api/users/self/files/{fileId} | Path does not match |
| 8 | api.project.images.add | /api/projects/{projectId}/images | Path does not match |
| 9 | api.project.images.edit | /api/projects/{projectId}/images/{imageId} | Path does not match |
| 10 | api.project.images.delete | /api/projects/{projectId}/images/{imageId} | Path does not match |
| 11 | index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.