✏️ Fix: [#41] 알림 출력값에 created_at 추가
This commit is contained in:
@@ -7,7 +7,7 @@ class NotificationSerializer(serializers.ModelSerializer):
|
||||
|
||||
class Meta:
|
||||
model = Notification
|
||||
fields = ['id', 'content', 'note_type', 'is_read', 'meta']
|
||||
fields = ['id', 'content', 'note_type', 'is_read', 'created_at', 'meta']
|
||||
|
||||
def get_meta(self, obj):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user