Skip to content

Commit 85e157b

Browse files
authored
1 parent e549f63 commit 85e157b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api/repo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ func RepairRepo(c *gin.Context) {
420420
}
421421

422422
// reconstruct the link
423-
host := server.Config.Server.Host
423+
host := server.Config.Server.WebhookHost
424424
link := fmt.Sprintf(
425425
"%s/api/hook?access_token=%s",
426426
host,

0 commit comments

Comments
 (0)