Skip to content

Commit

Permalink
chore(aliyundrive_open): change base url
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Apr 27, 2023
1 parent cf8ab29 commit 9fbc543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/aliyundrive_open/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var config = driver.Config{
func init() {
op.RegisterDriver(func() driver.Driver {
return &AliyundriveOpen{
base: "https://open.aliyundrive.com",
base: "https://openapi.aliyundrive.com",
}
})
}

0 comments on commit 9fbc543

Please sign in to comment.