Shawn-Imran / reuseable_nestJs_backend_structure

reusable and common api, service concept.
7 stars 1 forks source link

profile or '/me' api response is not correct. #5

Closed Shawn-Imran closed 2 months ago

Shawn-Imran commented 2 months ago

profile or '/me' api response is not correct. present response: { "userId": "6c1bac2f-7cf9-4ee3-b3d5-0d3560a7df76", "username": "John Doe" }

but it should have all required key value.