HTTP status

200

Current route

@debug_router

See all routes

Response time

1 101 ms

List routes 64 routes found


Method Name Path
GET sae_list /admin/saes
GET sae_form /admin/saes/:id([a-f0-9]{24})
GET sae_form /admin/saes/add
POST sae_form /admin/saes/:id([a-f0-9]{24})
POST sae_form /admin/saes/add
GET /admin/articles
GET /admin/articles/:id
GET /admin/articles/add
POST /admin/articles/:id
POST /admin/articles/add
GET auteur_list /admin/authors
GET author_form /admin/authors/:id([a-f0-9]{24})
GET author_form /admin/authors/add
POST author_form /admin/authors/:id([a-f0-9]{24})
POST author_form /admin/authors/add
GET /admin/messages
GET /admin/messages/:id
GET getDivers /admin/divers
POST update_divers /admin/divers
GET admin /admin
GET sae_api /api/saes
GET sae_api /api/saes/:id([a-f0-9]{24})
POST sae_api /api/saes
PUT sae_api /api/saes/:id([a-f0-9]{24})
DELETE sae_api /api/saes/:id([a-f0-9]{24})
GET /api/articles
GET /api/articles/:id([a-f0-9]{24})
GET /api/articles/:slug([\w\d\-]+\-[a-f0-9]{24})
POST /api/articles
PUT /api/articles/:id([a-f0-9]{24})
PUT /api/articles/:slug([\w\d\-]+\-[a-f0-9]{24})
DELETE /api/articles/:id([a-f0-9]{24})
DELETE /api/articles/:slug([\w\d\-]+\-[a-f0-9]{24})
GET /api/authors
GET /api/authors/:id([a-f0-9]{24})
POST /api/authors
PUT /api/authors/:id([a-f0-9]{24})
DELETE /api/authors/:id([a-f0-9]{24})
POST /api/articles/:id([a-f0-9]{24})/comments
POST /api/articles/:slug([\w\d\-]+\-[a-f0-9]{24})/comments
GET /api/articles/:id([a-f0-9]{24})/comments
GET /api/articles/:slug([\w\d\-]+\-[a-f0-9]{24})/comments
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})
POST /api/messages
GET /api/messages
GET /api/messages/:id
ANY /api/*
GET homepage /
GET about /a-propos(.html)?
GET /nous-contacter(.html)?
GET /lieux(.html)?
GET /sur-les-medias(.html)?
GET /author(.html)?
GET /article/:id
POST /article/:id/comments
GET /author/:id
POST /nous-contacter(.html)?
GET debug /debug
GET debug_router /debug/router
GET open_editor /debug/open/file
GET eslint /debug/eslint
GET swagger /debug/swagger
ANY /*