Browse Source

Merge pull request 'file-notebook-new' (#3474) from file-notebook-new into V20221228

Reviewed-on: https://openi.pcl.ac.cn/OpenI/aiforge/pulls/3474
Reviewed-by: zouap <zouap@pcl.ac.cn>
fix-3169
zouap 2 years ago
parent
commit
5fb1a56ddc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/modelarts.go

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

@@ -483,7 +483,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