mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-22 11:18:30 -04:00
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