Browse Source

提交代码

pull/3474/head
ychao_1983 2 years ago
parent
commit
eeabf642bc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/modelarts.go

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

@@ -467,7 +467,7 @@ func getFileUrl(url string, filename string) string {
}
}

return url + middle + filename
return url + middle + filename + "?reset"
}

func NotebookRestart(ctx *context.Context) {


Loading…
Cancel
Save