From 276918d658314237409e9c5d633ee0f4f7d0e835 Mon Sep 17 00:00:00 2001 From: HIRANO Satoshi Date: Sat, 29 May 2021 07:31:41 +0900 Subject: [PATCH] small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eafdf40..aff8348 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ class ExampleController: self.x = x @controller.route.get( - "/some_aoi", summary="A sample description", response_model=Foo + "/some_api", summary="A sample description", response_model=Foo ) def sample_api(self): print(self.x.bar) # -> amazing_variable