1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 10:18:38 +00:00

Merge branch 'master' of github.com:gogits/gogs

This commit is contained in:
slene
2014-03-23 15:21:56 +08:00
2 changed files with 10 additions and 0 deletions

3
web.go
View File

@@ -163,6 +163,9 @@ func runWeb(*cli.Context) {
m.Get("/template/**", dev.TemplatePreview)
}
// not found handler
m.NotFound(routers.NotFound)
listenAddr := fmt.Sprintf("%s:%s",
base.Cfg.MustValue("server", "HTTP_ADDR"),
base.Cfg.MustValue("server", "HTTP_PORT", "3000"))