From c1de119baa1b2e635d50dc893329e8623ca014b6 Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 13 Sep 2022 17:57:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=93=E5=8D=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/repo/aisafety.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/repo/aisafety.go b/routers/repo/aisafety.go index cc48d757c..676cf5b85 100644 --- a/routers/repo/aisafety.go +++ b/routers/repo/aisafety.go @@ -22,7 +22,7 @@ func CloudBrainAiSafetyCreateTest(ctx *context.Context) { log.Info("start to create CloudBrainAiSafetyCreate") //jobType := ctx.Query("jobType") //if jobType == string(models.JobTypeBenchmark) { - jsonMap, err := getJsonContent("http://192.168.207.34:8065/Test_zap1234/openi_aisafety/src/branch/master/result/0301.json") + jsonMap, err := getJsonContent("http://192.168.207.34:8065/Test_zap1234/openi_aisafety/raw/branch/master/result/0301.json") if err == nil { aisafety.GetAlgorithmList() aisafety.CreateSafetyTask("test", jsonMap)