mirror of
https://github.com/go-gitea/gitea
synced 2024-12-24 03:35:55 +01:00
Merge remote-tracking branch 'origin/master'
Conflicts: routers/repo/single.go templates/repo/single.tmpl
This commit is contained in:
commit
3005a0f13e
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)
|
||||
|
||||
listenAddr := fmt.Sprintf("%s:%s",
|
||||
base.Cfg.MustValue("server", "HTTP_ADDR"),
|
||||
base.Cfg.MustValue("server", "HTTP_PORT", "3000"))
|
||||
|
Loading…
Reference in New Issue
Block a user