mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-11-30 18:27:53 +08:00
fix: typo in comment (#7606)
This commit is contained in:
parent
efc136cce5
commit
47919983bf
@ -92,7 +92,7 @@ class AppMetaApi(Resource):
|
|||||||
class AppInfoApi(Resource):
|
class AppInfoApi(Resource):
|
||||||
@validate_app_token
|
@validate_app_token
|
||||||
def get(self, app_model: App):
|
def get(self, app_model: App):
|
||||||
"""Get app infomation"""
|
"""Get app information"""
|
||||||
return {
|
return {
|
||||||
'name':app_model.name,
|
'name':app_model.name,
|
||||||
'description':app_model.description
|
'description':app_model.description
|
||||||
|
Loading…
Reference in New Issue
Block a user