wip
This commit is contained in:
parent
c238b9d757
commit
fcc0698aeb
12 changed files with 95 additions and 97 deletions
|
|
@ -28,4 +28,4 @@ def post_hero(hero: Hero) -> Hero:
|
|||
@hero_router.get("/heros/")
|
||||
def get_heros() -> list[Hero]:
|
||||
"get all heros"
|
||||
return Hero.get()
|
||||
return Hero().get()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue