mirror of https://github.com/go-gitea/gitea.git
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
10e549df7d
commit
1e1211c194
|
@ -233,7 +233,7 @@ func RedirectToRepo(ctx *Context, redirectRepoID int64) {
|
||||||
if ctx.Req.URL.RawQuery != "" {
|
if ctx.Req.URL.RawQuery != "" {
|
||||||
redirectPath += "?" + ctx.Req.URL.RawQuery
|
redirectPath += "?" + ctx.Req.URL.RawQuery
|
||||||
}
|
}
|
||||||
ctx.Redirect(redirectPath)
|
ctx.Redirect(path.Join(setting.AppSubURL, redirectPath))
|
||||||
}
|
}
|
||||||
|
|
||||||
func repoAssignment(ctx *Context, repo *models.Repository) {
|
func repoAssignment(ctx *Context, repo *models.Repository) {
|
||||||
|
|
Loading…
Reference in New Issue