mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
refactor: add show_exec field to application access token response
This commit is contained in:
parent
ce1884ec60
commit
a097d23299
|
|
@ -158,5 +158,6 @@ class ApplicationProfileSerializer(serializers.Serializer):
|
|||
'file_upload_setting': application.file_upload_setting,
|
||||
'work_flow': {'nodes': base_node} if base_node else None,
|
||||
'show_source': application_access_token.show_source,
|
||||
'show_exec': application_access_token.show_exec,
|
||||
'language': application_access_token.language,
|
||||
**application_setting_dict}
|
||||
|
|
|
|||
Loading…
Reference in New Issue