Refactor services and controllers to use ID for updates and standardize DAO method names

This commit is contained in:
Vincent Guillet
2025-05-23 14:50:27 +02:00
parent c1617cbd38
commit dc73603cda
13 changed files with 123 additions and 55 deletions

View File

@@ -0,0 +1,14 @@
### GET request to example server
GET http://localhost/users
###
POST http://localhost/users/
Content-Type: application/json
{
"name": "John Doe",
"email": "john.doe@example.com"
}
###
DELETE http://localhost/articles/13