We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6586a4 commit 2d34239Copy full SHA for 2d34239
apps/dataset/views/file.py
@@ -42,6 +42,5 @@ class Operate(APIView):
42
@swagger_auto_schema(operation_summary=_('Get file'),
43
operation_id=_('Get file'),
44
tags=[_('file')])
45
- @log(menu=_('file'), operate=_('Get file'))
46
def get(self, request: Request, file_id: str):
47
return FileSerializer.Operate(data={'id': file_id}).get()
0 commit comments