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
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?