Changeset e882b92 for ChapterX.API/Controllers/StoriesController.cs
- Timestamp:
- 08/24/26 20:57:09 (13 days ago)
- Branches:
- main
- Parents:
- a6e33d1
- File:
-
- 1 edited
-
ChapterX.API/Controllers/StoriesController.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.API/Controllers/StoriesController.cs
ra6e33d1 re882b92 37 37 image = s.Image, 38 38 content = s.Content, 39 status = s.Status, 39 40 matureContent = s.MatureContent, 40 41 createdAt = s.CreatedAt, … … 66 67 image = s.Image, 67 68 content = s.Content, 69 status = s.Status, 68 70 matureContent = s.MatureContent, 69 71 createdAt = s.CreatedAt,
Note:
See TracChangeset
for help on using the changeset viewer.
