Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielaalvescosta authored Nov 24, 2023
1 parent 4ef53b0 commit 406289c
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,13 +680,29 @@ GET /medcontrol/api/departamento/listar

```json
[
{
"id": 1,
"nome": "Departamento A"
},
{
"id": 1
"nome": "Farmácia",
"funcionarios": [
{
"nome": "Nome do Funcionário 1"
},
{
"nome": "Nome do Funcionário 3"
}
]
}
{
"id": 2,
"nome": "Departamento B"
"nome": "Caixa"
"funcionarios": [
{
"nome": "Nome do Funcionário 2"
},
{
"nome": "Nome do Funcionário 4"
}
]
}
]
```
Expand Down

0 comments on commit 406289c

Please sign in to comment.