mirror of
https://github.com/Dadechin/Dashboard-XRoom.git
synced 2025-07-05 01:34:34 +00:00
added public space
This commit is contained in:
parent
4d2abc8f9a
commit
0b05e13be8
|
@ -5,4 +5,4 @@ from core.models.AssetBundleRoom import AssetBundleRoom
|
|||
class AssetBundleRoomSerializer(serializers.ModelSerializer):
|
||||
class Meta:
|
||||
model = AssetBundleRoom
|
||||
fields = ['id', 'name', 'description' , 'img','url'] # Include the fields you want to return
|
||||
fields = ['id', 'name', 'description' , 'img','url' , 'Private'] # Include the fields you want to return
|
||||
|
|
Loading…
Reference in New Issue
Block a user