We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e102ad commit 873b1f4Copy full SHA for 873b1f4
client.go
@@ -21,7 +21,7 @@ const (
21
defaultUserAgent = "go-putio"
22
defaultMediaType = "application/json"
23
defaultBaseURL = "https://api.put.io"
24
- defaultUploadURL = "https://upload.put.io"
+ defaultUploadURL = "https://upload.put.io/v2/files/upload"
25
defaultTusURL = "https://upload.put.io/files/"
26
)
27
0 commit comments