mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🚧 Add the new fields to the serializer
This commit is contained in:
parent
3d7e7f3104
commit
93b69c3a8f
1 changed files with 3 additions and 0 deletions
|
@ -58,5 +58,8 @@ class ProjectSerializer(serializers.ModelSerializer):
|
|||
"slug",
|
||||
"name",
|
||||
"description",
|
||||
"visibility",
|
||||
"owner",
|
||||
"collaborators",
|
||||
"flows",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue