Routing
api_article_author_published_list
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/article/author-published-list
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | pentatrion_vite_build_proxy | /build/{path} | Path does not match |
| 2 | article_comment_get | /api/application-settings/{component}/list | Path does not match |
| 3 | app_api_applicationsettings_saveapplicationsettings | /api/application-settings/save | Path does not match |
| 4 | api_article_comment_list | /api/article-comment/list | Path does not match |
| 5 | api_article_comment_save | /api/article-comment/save | Path does not match |
| 6 | api_article_comment_delete | /api/article-comment/{id} | Path does not match |
| 7 | api_article_author_list | /api/article/list | Path does not match |
| 8 | api_article_author_published_list | /api/article/author-published-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.