diff --git a/README.md b/README.md index 52e4acc..1c8080c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Por dedicarle tiempo a esta basura de proyecto, quiero expresar mis sinceros agr - [Erix](https://github.com/erix-mx) +[]("https://avatars.githubusercontent.com/u/82125058?v=4") + Realizamos una peticiĆ³n POST con la siguiente informaciĆ³n en formato JSON # API diff --git a/app/controllers/horoscope_ctr_get.py b/app/controllers/horoscope_ctr_get.py index d2d5ef5..c1a7d3c 100644 --- a/app/controllers/horoscope_ctr_get.py +++ b/app/controllers/horoscope_ctr_get.py @@ -37,7 +37,7 @@ def get_horoscope(sign=None): schema: type: object properties: - # Define the properties of the response object here + $ref: '#/models/horoscope' 400: description: Bad Request schema: