Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 6ae0c59

Browse files
authored
docs: Fix python json example. (#674)
1 parent 2a6644f commit 6ae0c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ async def list_planets(ctx):
131131

132132
@galaxy_api.post("/planets")
133133
async def create_planet(ctx):
134-
create_planet(ctx.req.json())
134+
create_planet(ctx.req.json)
135135
ctx.res.status = 201
136136
```
137137

0 commit comments

Comments
 (0)