perf: connection token api 兼容处理

pull/10173/head
Eric 2023-04-10 16:35:34 +08:00 committed by Jiangjie.Bai
parent 1f63a9675f
commit b58488a7e9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class _ConnectionTokenAssetSerializer(serializers.ModelSerializer):
model = Asset
fields = [
'id', 'name', 'address', 'protocols', 'category',
'type', 'org_id', 'info', 'secret_info',
'type', 'org_id', 'info', 'secret_info', 'spec_info'
]