增加TODO
This commit is contained in:
parent
6287bc062f
commit
cf07d30ca7
@ -32,6 +32,7 @@ func RegisterGitHookRouter(router *gin.Engine, handler IGitHookEventHandler) err
|
||||
ctx.JSON(http.StatusBadRequest, gin.H{"code": -1, "message": err.Error()})
|
||||
}
|
||||
handler(ctx, &hookData)
|
||||
// TODO : 响应数据
|
||||
})
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user