mirror of
https://github.com/go-gitea/gitea
synced 2025-07-18 08:18:35 +00:00
Mirror fix
This commit is contained in:
2
web.go
2
web.go
@@ -94,7 +94,7 @@ func runWeb(*cli.Context) {
|
||||
m.Get("/stars", reqSignIn, user.Stars)
|
||||
m.Get("/help", routers.Help)
|
||||
|
||||
avatarCache := avatar.HttpHandler("public/img/avatar/", "public/img/avatar/default.jpg")
|
||||
avatarCache := avatar.HttpHandler("public/img/avatar/", "public/img/avatar_default.jpg")
|
||||
m.Get("/avatar/:hash", avatarCache.ServeHTTP)
|
||||
|
||||
m.Group("/user", func(r martini.Router) {
|
||||
|
Reference in New Issue
Block a user