Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtedn21 committed Nov 21, 2023
1 parent e3b7da1 commit ad10adb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions martin_eden/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ async def handle_request(self) -> bytes:
'404 not found'
)

if controller == 12:
pass

if http_parser.method_name == HttpMethod.POST:
response = await self._get_response_for_post_method(
controller, http_parser.body,
Expand Down

0 comments on commit ad10adb

Please sign in to comment.