Skip to content

Commit 77b426e

Browse files
committed
fix old bug
1 parent 666b5b2 commit 77b426e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/context/api.go

+1
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ func RepoRefForAPI(next http.Handler) http.Handler {
343343
}
344344
ctx.Repo.Commit = commit
345345
ctx.Repo.TreePath = ctx.Params("*")
346+
next.ServeHTTP(w, req)
346347
return
347348
}
348349

0 commit comments

Comments
 (0)