Skip to content

Commit

Permalink
changed example icon url in flasgger
Browse files Browse the repository at this point in the history
  • Loading branch information
DerSarco committed Sep 6, 2023
1 parent 3079610 commit 806098d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/controllers/horoscope_ctr_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_horoscope(sign=None):
icon:
type: string
description: imagen del signo
example: ...assets/img/horoscope/aries.png
example: "https://newastro.vercel.app/static/assets/zodiac-1.png"
id:
type: id
description: id del signo
Expand Down Expand Up @@ -111,7 +111,7 @@ def get_horoscope_list():
icon:
type: string
description: Icono del horóscopo
example: ...assets/img/horoscope/aries.png
example: "https://newastro.vercel.app/static/assets/zodiac-1.png"
id:
type: integer
description: ID del horóscopo
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 @@ -57,7 +57,7 @@ def post_horoscope():
icon:
type: string
description: imagen del signo
example: ...assets/img/horoscope/aries.png
example: "https://newastro.vercel.app/static/assets/zodiac-1.png"
id:
type: int
description: id del signo
Expand Down

1 comment on commit 806098d

@vercel
Copy link

@vercel vercel bot commented on 806098d 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-elsarco.vercel.app
newastro-git-main-elsarco.vercel.app
newastro.vercel.app

Please sign in to comment.