aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/context/api.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/context/api.go b/modules/context/api.go
index 41d559f5b1..7d281b998a 100644
--- a/modules/context/api.go
+++ b/modules/context/api.go
@@ -362,6 +362,7 @@ func RepoRefForAPI(next http.Handler) http.Handler {
return
}
ctx.Repo.Commit = commit
+ ctx.Repo.TreePath = ctx.Params("*")
return
}