diff --git a/OliverBooth/Areas/Blog/Pages/RawArticle.cshtml.cs b/OliverBooth/Areas/Blog/Pages/RawArticle.cshtml.cs index b1530ac..2e7ca93 100644 --- a/OliverBooth/Areas/Blog/Pages/RawArticle.cshtml.cs +++ b/OliverBooth/Areas/Blog/Pages/RawArticle.cshtml.cs @@ -27,7 +27,6 @@ public class RawArticle : PageModel { if (!_blogService.TryGetBlogPost(year, month, day, slug, out BlogPost? post)) { - Response.StatusCode = 404; return NotFound(); }