Skip to content

Commit

Permalink
Modified readme and flasgger
Browse files Browse the repository at this point in the history
  • Loading branch information
DerSarco committed Sep 5, 2023
1 parent 560413a commit 056bddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/horoscope_ctr_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

1 comment on commit 056bddd

@vercel
Copy link

@vercel vercel bot commented on 056bddd Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

newastro – ./

newastro.vercel.app
newastro-elsarco.vercel.app
newastro-git-main-elsarco.vercel.app

Please sign in to comment.