mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
go get
This commit is contained in:
parent
d26a333dfb
commit
ea74be2f2e
5 changed files with 24 additions and 1 deletions
|
@ -11,6 +11,11 @@ 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