forked from forgejo/forgejo
go get
This commit is contained in:
parent
ea74be2f2e
commit
4c1452574a
5 changed files with 3 additions and 23 deletions
|
@ -11,11 +11,6 @@ import (
|
|||
)
|
||||
|
||||
func Home(ctx *middleware.Context) {
|
||||
if ctx.Query("go-get") == "1" {
|
||||
ctx.Write(base.GetGoGetMetaList())
|
||||
return
|
||||
}
|
||||
|
||||
if ctx.IsSigned {
|
||||
user.Dashboard(ctx)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue