mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 10:48:37 +00:00
Merge remote-tracking branch 'origin/master'
Conflicts: routers/repo/single.go templates/repo/single.tmpl
This commit is contained in:
2
web.go
2
web.go
@@ -78,6 +78,8 @@ func runWeb(*cli.Context) {
|
|||||||
|
|
||||||
//m.Get("/:username/:reponame", repo.Repo)
|
//m.Get("/:username/:reponame", repo.Repo)
|
||||||
|
|
||||||
|
//m.Get("/:username/:reponame", repo.Repo)
|
||||||
|
|
||||||
listenAddr := fmt.Sprintf("%s:%s",
|
listenAddr := fmt.Sprintf("%s:%s",
|
||||||
base.Cfg.MustValue("server", "HTTP_ADDR"),
|
base.Cfg.MustValue("server", "HTTP_ADDR"),
|
||||||
base.Cfg.MustValue("server", "HTTP_PORT", "3000"))
|
base.Cfg.MustValue("server", "HTTP_PORT", "3000"))
|
||||||
|
Reference in New Issue
Block a user