mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 14:54:22 +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",
|
"slug",
|
||||||
"name",
|
"name",
|
||||||
"description",
|
"description",
|
||||||
|
"visibility",
|
||||||
|
"owner",
|
||||||
|
"collaborators",
|
||||||
"flows",
|
"flows",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue