routers/web/home.go aktualisiert

This commit is contained in:
davrot 2025-02-02 15:46:10 +00:00
parent cc71a51b95
commit 482ad78be4

View file

@ -58,7 +58,7 @@ func Home(ctx *context.Context) {
ctx.Redirect(setting.AppSubURL + "/user/login")
return
}
ctx.Data["PageIsHome"] = true
ctx.Data["IsRepoIndexerEnabled"] = setting.Indexer.RepoIndexerEnabled