mirror of
https://github.com/minio/mc.git
synced 2025-12-11 22:37:25 +03:00
Revert query parameter src while diag upload to SUBNET (#4516)
This commit is contained in:
@@ -92,7 +92,7 @@ func subnetLogWebhookURL() string {
|
||||
}
|
||||
|
||||
func subnetUploadURL(uploadType string, filename string) string {
|
||||
return fmt.Sprintf("%s/api/%s/upload?filename=%s&src=mc", subnetBaseURL(), uploadType, filename)
|
||||
return fmt.Sprintf("%s/api/%s/upload?filename=%s", subnetBaseURL(), uploadType, filename)
|
||||
}
|
||||
|
||||
func subnetRegisterURL() string {
|
||||
|
||||
Reference in New Issue
Block a user