Create routes for constitution #12
flecomte
commented 2019-07-23 00:11:53 +02:00
(Migrated from github.com)
- GET /constitutions pour lister tout
- GET /constitutions/{slug} pour un seul article
- POST /constitutions pour créé un article
- PATCH /constitutions pour modifier
- DELETE /constitutions/{slug} pour supprimer
- GET /constitutions?q=xxx pour rechercher
- [ ] GET /constitutions pour lister tout
- [ ] GET /constitutions/{slug} pour un seul article
- [ ] POST /constitutions pour créé un article
- [ ] PATCH /constitutions pour modifier
- [ ] DELETE /constitutions/{slug} pour supprimer
- [ ] GET /constitutions?q=xxx pour rechercher
Reference in New Issue
Block a user