Fix import path
This commit is contained in:
parent
8c96091727
commit
d093406634
2 changed files with 5 additions and 4 deletions
2
web.go
2
web.go
|
@ -76,7 +76,7 @@ func runWeb(*cli.Context) {
|
|||
m.Any("/repo/list", auth.SignInRequire(false), repo.List)
|
||||
m.Get("/:username/:reponame", auth.SignInRequire(false), repo.Single)
|
||||
|
||||
m.Get("/:username/:reponame", repo.Repo)
|
||||
//m.Get("/:username/:reponame", repo.Repo)
|
||||
|
||||
listenAddr := fmt.Sprintf("%s:%s",
|
||||
base.Cfg.MustValue("server", "HTTP_ADDR"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue