Ignore:
Timestamp:
08/24/26 20:57:09 (13 days ago)
Author:
kikisrbinoska <srbinoskakristina07@…>
Branches:
main
Parents:
a6e33d1
Message:

Added corrected entitef from the ER diagram and changes for the logic to be coresponding to the ddl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChapterX.API/Controllers/NotificationsController.cs

    ra6e33d1 re882b92  
    3535                isRead = n.IsRead,
    3636                createdAt = n.CreatedAt,
    37                 type = n.Type ?? "info",
     37                contentType = n.ContentType,
     38                storyId = n.StoryId,
    3839                link = n.Link,
    3940            });
Note: See TracChangeset for help on using the changeset viewer.