소스 검색

fix: typo in comment (#7606)

tags/0.7.2
Shota Totsuka 1 년 전
부모
커밋
47919983bf
No account linked to committer's email address
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

Loading…
취소
저장