#12, use go-gogs-client

This commit is contained in:
Unknwon 2014-11-14 17:11:30 -05:00
parent 437dd5272f
commit 52d66ba6c8
11 changed files with 48 additions and 74 deletions

View file

@ -184,7 +184,7 @@ func runWeb(*cli.Context) {
})
m.Any("/*", func(ctx *middleware.Context) {
ctx.JSON(404, &base.ApiJsonErr{"Not Found", v1.DOC_URL})
ctx.JSON(404, &base.ApiJsonErr{"Not Found", base.DOC_URL})
})
})
})