diff options
Diffstat (limited to 'blog')
| -rw-r--r-- | blog/src/blog/page.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/src/blog/page.py b/blog/src/blog/page.py index 83bf187a..5e9df638 100644 --- a/blog/src/blog/page.py +++ b/blog/src/blog/page.py @@ -16,7 +16,7 @@ class BasePage: return bicephalus.Response( content=content.encode("utf8"), content_type=content_type, - status=bicephalus.Status.OK, + status=status, ) |
