Skip to content

Commit

Permalink
Merge pull request #318 from phenobarbital/dev
Browse files Browse the repository at this point in the history
api rest changes
  • Loading branch information
phenobarbital authored Nov 26, 2024
2 parents 4c52878 + db16093 commit f33819c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions navigator/actions/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ async def process_request(self, future, url: str):
buffer = BytesIO(data)
buffer.seek(0)
result = buffer
return ((result, response), error)
elif self.accept in (
'text/html',
'application/xhtml+xml',
Expand Down
2 changes: 1 addition & 1 deletion navigator/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__description__ = (
"Navigator Web Framework based on aiohttp, " "with batteries included."
)
__version__ = "2.12.0"
__version__ = "2.12.1"
__author__ = "Jesus Lara"
__author_email__ = "[email protected]"
__license__ = "BSD"

0 comments on commit f33819c

Please sign in to comment.