Ver Fonte

fix bug

rdluck há 4 anos atrás
pai
commit
f140fd4c38
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      utils/constants.go

+ 1 - 1
utils/constants.go

@@ -44,7 +44,7 @@ var (
 	Endpoint   string = "oss-cn-shanghai.aliyuncs.com"
 	Bucketname string = "hongze"
 
-	Imghost          string = "http://hongze.oss-cn-shanghai.aliyuncs.com/"
+	Imghost          string = "https://hongze.oss-cn-shanghai.aliyuncs.com/"
 	Upload_dir       string = "static/images/"
 	Upload_Audio_Dir string = "static/audio/"