mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 03:11:51 +01:00
fix #2085
This commit is contained in:
parent
149e540322
commit
e350d74c8a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue