fix: 修复搜索资产平台

pull/9234/head
ibuler 2022-12-21 19:59:56 +08:00
parent df1950d063
commit 0c2a5bc44a
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class AssetFilterSet(BaseFilterSet):
model = Asset
fields = [
"id", "name", "address", "is_active",
"type", "category"
"type", "category", "platform"
]