hsun 2 years ago
parent
commit
0af533c3db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/constants.go

+ 1 - 1
utils/constants.go

@@ -38,6 +38,6 @@ const (
 
 // OSS
 const (
-	OssHost         = "https://hzstatic.hzinsights.com/"
+	OssHost         = "https://hongze.oss-accelerate.aliyuncs.com/"
 	OssUploadImgDir = "static/images/"
 )