Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DerSarco committed Sep 5, 2023
1 parent 773c7b1 commit 0a2fa67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions app/controllers/horoscope_ctr_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ def get_horoscope(sign=None):
responses:
200:
description: OK
schema:
type: object
items:
type: object
schema: object
properties:
sign:
type: string
Expand Down
4 changes: 1 addition & 3 deletions app/controllers/horoscope_ctr_post.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ def post_horoscope():
200:
description: OK
schema:
type: array
items:
type: object
type: object
properties:
sign:
type: string
Expand Down

1 comment on commit 0a2fa67

@vercel
Copy link

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

Please sign in to comment.