Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CleilsonAndrade authored Apr 2, 2024
1 parent a162b58 commit 227a0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Template inicial para projetos em [**NestJS**](https://nestjs.com/) com configur
| Endpoint | Resumo | Autenticação
|----------------------|------------------------------------------------------|----------------------
| <kbd>GET / </kbd> | Responsável por ser o endpoint inicial | Não
| <kbd>GET /auth/login </kbd> | Responsável por validar as credencias e gerar o token | Não
| <kbd>GET /auth/login </kbd> | Responsável por autenticar o usuário, gerando o Bearer Token *JWT* | Sim
| <kbd>POST /users </kbd> | Responsável por cadastrar o usuário| Não
| <kbd>GET /users </kbd> | Responsável por listar todos os usuários com paginação | Sim
| <kbd>GET /users/:id </kbd> | Responsável por buscar usuário, informando o ID | Sim
Expand Down

0 comments on commit 227a0a8

Please sign in to comment.