1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 13:28:25 +00:00
This commit is contained in:
Unknwon
2015-12-02 18:58:13 -05:00
parent 149e540322
commit e350d74c8a
+2
View File
@@ -19,6 +19,8 @@ import (
func ApiRepoAssignment() macaron.Handler {
return func(ctx *Context) {
ctx.Repo = &RepoContext{}
userName := ctx.Params(":username")
repoName := ctx.Params(":reponame")