mirror of
https://github.com/minio/mc.git
synced 2025-12-13 10:42:14 +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 {
|
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 {
|
func subnetRegisterURL() string {
|
||||||
|
|||||||
Reference in New Issue
Block a user