We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e549d commit 1e1211cCopy full SHA for 1e1211c
modules/context/repo.go
@@ -233,7 +233,7 @@ func RedirectToRepo(ctx *Context, redirectRepoID int64) {
233
if ctx.Req.URL.RawQuery != "" {
234
redirectPath += "?" + ctx.Req.URL.RawQuery
235
}
236
- ctx.Redirect(redirectPath)
+ ctx.Redirect(path.Join(setting.AppSubURL, redirectPath))
237
238
239
func repoAssignment(ctx *Context, repo *models.Repository) {
0 commit comments