Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-24 18:56:11 +01:00
This commit is contained in:
Unknwon 2015-12-02 18:58:13 -05:00
parent 149e540322
commit e350d74c8a

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")