List routes 8 routes found
| Method | Name | Path |
|---|---|---|
| DELETE | sae_api | /api/saes/:id([a-f0-9]{24}) |
| DELETE | /api/articles/:id([a-f0-9]{24}) | |
| DELETE | /api/articles/:slug([\w\d\-]+\-[a-f0-9]{24}) | |
| DELETE | /api/authors/:id([a-f0-9]{24}) | |
| DELETE | /api/articles/:id([a-f0-9]{24})/comments/:comment_id([a-f0-9]{24}) | |
| DELETE | /api/articles/:slug([\w\d\-]+\-[a-f0-9]{24})/comments/:comment_id([a-f0-9]{24}) | |
| ANY | /api/* | |
| ANY | /* | |
| No route found | ||