Skip to content

Commit

Permalink
fixed date in flasgger
Browse files Browse the repository at this point in the history
  • Loading branch information
DerSarco committed Sep 6, 2023
1 parent 156048d commit 3079610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/horoscope_ctr_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_horoscope(sign=None):
date:
type: string
description: fecha del horoscopo
example: 2020-01-01
example: "2020-01-01"
horoscope:
type: string
description: Horoscopo del signo
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/horoscope_ctr_post.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def post_horoscope():
date:
type: string
description: fecha del horoscopo
example: 2020-01-01
example: "2020-01-01"
horoscope:
type: string
description: Horoscopo del signo
Expand Down

1 comment on commit 3079610

@vercel
Copy link

@vercel vercel bot commented on 3079610 Sep 6, 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-git-main-elsarco.vercel.app
newastro.vercel.app
newastro-elsarco.vercel.app

Please sign in to comment.