micro / services

Real World Micro Services
Apache License 2.0
1.25k stars 137 forks source link

Correct avatar api examples (switch base64 and upload api requests and responses) #355

Closed cyb3rko closed 2 years ago

cyb3rko commented 2 years ago

Hey. I think the api examples are the wrong way around as the first one returns a link and the second one a base64 string:

image image

So I switched the according parameters and the responses. Is it correct?

asim commented 2 years ago

Looks good. Thanks for the fix.