Unknwon 9 years ago
parent 149e540322
commit e350d74c8a

@ -19,6 +19,8 @@ import (
func ApiRepoAssignment() macaron.Handler {
return func(ctx *Context) {
ctx.Repo = &RepoContext{}
userName := ctx.Params(":username")
repoName := ctx.Params(":reponame")

Loading…
Cancel
Save