Replies: 1 comment
-
it seems your repo is private, you should public it, so everyone can see your repo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for coming up with this plugin. I hope to make my life easier with it.
At the moment, I am unable to make it work.
I have a basic setup here (with NestJS)
Both API calls are returning empty JSON response
curl --location --request GET 'http://localhost:3000/users/me'
curl --location --request GET 'http://localhost:3000/users/1'
I feel like it is a configuration short coming, however I have followed as much as possible from the documentation
Could you please help me make the automapper work it's magic?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions