DEV Community

Discussion on: .NET Core 3.1 Web API & Entity Framework Jumpstart - Part 1

Collapse
 
nothingnull profile image
NothingNull • Edited

I have no idea why the response that I received, is "1", not the JSON string of the knight character as your screenshot. I also reviewed your source code and it is the same with mine...

dev-to-uploads.s3.amazonaws.com/i/...

Collapse
 
_patrickgod profile image
Patrick God

That's strange... have you tried to call this URL in the browser? Maybe something's wrong with Postman.

Apart from that, you could try to watch the video tutorial on YouTube: youtu.be/H4qg9HJX_SE

Maybe this helps.

Take care,
Patrick