fix(settings): Add missing attribute view_description to app settings viewset

ref: #518
This commit is contained in:
2025-02-06 21:09:35 +09:30
parent 5d8332015b
commit d8fae15995

View File

@ -67,6 +67,8 @@ class ViewSet(ModelRetrieveUpdateViewSet):
# 'software',
# ]
view_description = 'Centurion Settings'
def get_serializer_class(self):