mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
chore: fix some log recorder
This commit is contained in:
parent
f6586a481b
commit
075646481d
|
|
@ -42,6 +42,5 @@ class FileView(APIView):
|
|||
@swagger_auto_schema(operation_summary=_('Get file'),
|
||||
operation_id=_('Get file'),
|
||||
tags=[_('file')])
|
||||
@log(menu=_('file'), operate=_('Get file'))
|
||||
def get(self, request: Request, file_id: str):
|
||||
return FileSerializer.Operate(data={'id': file_id}).get()
|
||||
|
|
|
|||
Loading…
Reference in New Issue