Browse Source

fix-119

tags/v1.21.12.1
lewis 4 years ago
parent
commit
1ab86a59ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/cloudbrain.go

+ 1
- 1
routers/repo/cloudbrain.go View File

@@ -341,7 +341,7 @@ func GetRate(ctx *context.Context) {
}

if job.JobType == string(models.JobTypeBenchmark) {
ctx.Redirect(setting.BenchmarkServerHost)
ctx.Redirect(setting.BenchmarkServerHost + "?username=" + ctx.User.Name)
} else if job.JobType == string(models.JobTypeSnn4imagenet) {
ctx.Redirect(setting.Snn4imagenetServerHost)
} else {


Loading…
Cancel
Save