소스 검색

gin: gitee

Yi 1 년 전
부모
커밋
a67177af95
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      http/handle/api/new_api.go

+ 1 - 0
http/handle/api/new_api.go

@@ -74,6 +74,7 @@ func FeetTemplateUpgradeNewVersion(c *gin.Context) {
 		apierr.ClassifiedAbort(c, err)
 		return
 	}
+
 	ginutil.JSONResp(c, &operationPb.CommonOK{
 		Code: http.StatusOK,
 		Msg:  "ok",