1
0
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:
Shubhendu
2023-03-24 01:06:06 +05:30
committed by GitHub
parent 8a67c25f53
commit f3ff8b1556

View File

@@ -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 {