mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
chore: fix instance apis
This commit is contained in:
@@ -11,9 +11,7 @@ class InstanceSerializer(BaseSerializer):
|
||||
|
||||
class Meta:
|
||||
model = Instance
|
||||
exclude = [
|
||||
"license_key",
|
||||
]
|
||||
fields = "__all__"
|
||||
read_only_fields = [
|
||||
"id",
|
||||
"email",
|
||||
|
||||
Reference in New Issue
Block a user