浏览代码

fix: typo in comment (#7606)

tags/0.7.2
Shota Totsuka 1年前
父节点
当前提交
47919983bf
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      api/controllers/service_api/app/app.py

+ 1
- 1
api/controllers/service_api/app/app.py 查看文件

@@ -92,7 +92,7 @@ class AppMetaApi(Resource):
class AppInfoApi(Resource):
@validate_app_token
def get(self, app_model: App):
"""Get app infomation"""
"""Get app information"""
return {
'name':app_model.name,
'description':app_model.description

正在加载...
取消
保存