Skip to content

Commit 276918d

Browse files
small typo
1 parent 5c97334 commit 276918d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class ExampleController:
6161
self.x = x
6262

6363
@controller.route.get(
64-
"/some_aoi", summary="A sample description", response_model=Foo
64+
"/some_api", summary="A sample description", response_model=Foo
6565
)
6666
def sample_api(self):
6767
print(self.x.bar) # -> amazing_variable

0 commit comments

Comments
 (0)