finalmente lo tengo hecho viejaaa

This commit is contained in:
2025-02-17 00:12:57 -03:00
parent 3240a526bf
commit cc36565334
9 changed files with 13 additions and 13 deletions

View File

@@ -81,7 +81,7 @@ public class AdminController: 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();
}

View File

@@ -519,10 +519,10 @@ public class ContratoController: 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();
}
}
}
[HttpPost("api/contratos/subirContrato")]

View File

@@ -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();
}