Uno-Online / uno-backend

https://documenter.getpostman.com/view/13271893/2s93RMVvtQ#bd451122-df4d-4b68-bc83-1516cfefa920
14 stars 7 forks source link

6 criar rota para retornar dados do usuário logado #32

Closed alanhrc closed 1 year ago

alanhrc commented 1 year ago

Criação da rota para listar dados do usuário logado, utilizando a busca pelo id no request e o token presente no cookie

Retorno

{
    "id": 6,
    "username": "Alan Henrique",
    "email": "alan@alan.com"
}
image
changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: dcca1cb621f380b41ee7c54176944ef2ed423f9d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

heliokroger commented 1 year ago

@alanhrc última alteração que eu gostaria de te pedir é: você pode fazer um git pull da main e mover sua rota para o roteador profile no lugar de user, por favor?