This is an automated email from the ASF dual-hosted git repository. lynwee pushed a commit to branch dev-1 in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 8fd313448215154ca9068baba4a387e0305a143e Author: d4x1 <[email protected]> AuthorDate: Wed Sep 25 11:19:43 2024 +0800 fix(project): fix api doc --- backend/server/api/project/project.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/server/api/project/project.go b/backend/server/api/project/project.go index b4a14fff5..f7979635a 100644 --- a/backend/server/api/project/project.go +++ b/backend/server/api/project/project.go @@ -58,7 +58,7 @@ func GetProject(c *gin.Context) { // @Tags framework/projects // @Accept application/json // @Param projectName path string true "project name" -// @Success 200 {object} models.ApiOutputProject +// @Success 200 {object} models.ApiProjectCheck // @Failure 400 {string} errcode.Error "Bad Request" // @Failure 500 {string} errcode.Error "Internal Error" // @Router /projects/{projectName}/check [get]
