finalmente lo tengo hecho viejaaa
This commit is contained in:
@@ -225,7 +225,7 @@ public class VentaController:ControllerBase {
|
||||
if (mcon == null) throw new Exception();
|
||||
|
||||
mc = new MinioClient().WithCredentials(mcon.usr, mcon.scrt)
|
||||
.WithEndpoint("192.168.1.11:9000")
|
||||
.WithEndpoint("0.0.0.0:9000")
|
||||
.WithSSL(false)
|
||||
.Build();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user