Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wvolkov authored Feb 24, 2021
1 parent acec24e commit ab5a9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ class Echo(Method):
meta = Operation(tag='default',
description='echo')
response_schema = EchoInput
self.status_code = 201 # Configurable Respone Http Status Code
async def execute(self, query_params: query(EchoInput)):
self.status_code = 201 # Configurable Respone Http Status Code
return query_params


Expand Down

0 comments on commit ab5a9ca

Please sign in to comment.