Skip to content

Commit 034d12f

Browse files
committed
fix aliyun config url
1 parent 815a577 commit 034d12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aliyun/oss.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class OssUtils {
3434
const url = (serverBaseUrl || "").trim();
3535
const base = url.endsWith("/") ? url.substr(0, url.length - 1) : url;
3636
const options: OssOptions = {
37-
configURL: `${base}/aliyun/oss/cnf`,
37+
configURL: `${base}/aliyun/cnf`,
3838
stsTokenURL: `${base}/aliyun/token`,
3939
genUrl: `${base}/aliyun/oss/temp-url`
4040
};

0 commit comments

Comments
 (0)