Index: ChapterX.API/Controllers/StoriesController.cs
===================================================================
--- ChapterX.API/Controllers/StoriesController.cs	(revision 99c1e45f4ac45a164229bc6f60f3b05bc26df047)
+++ ChapterX.API/Controllers/StoriesController.cs	(revision e882b92860e1899312f197af1134bb0f33d30d15)
@@ -37,4 +37,5 @@
                 image = s.Image,
                 content = s.Content,
+                status = s.Status,
                 matureContent = s.MatureContent,
                 createdAt = s.CreatedAt,
@@ -66,4 +67,5 @@
                 image = s.Image,
                 content = s.Content,
+                status = s.Status,
                 matureContent = s.MatureContent,
                 createdAt = s.CreatedAt,
