mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
#12, use go-gogs-client
This commit is contained in:
@@ -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})
|
||||
})
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user