diff --git a/config/locations.php b/config/locations.php index 49f1082..05442b6 100644 --- a/config/locations.php +++ b/config/locations.php @@ -10,6 +10,7 @@ return [ 'app' => '{locations.base}/app', 'controllers' => '{locations.app}/Controller', 'money' => 'provm.cl/optimus/money', - 'api' => '192.168.1.100/intranet/api' + 'api' => '192.168.1.100/intranet/api', + 'api_url' => '/api' ]; ?> diff --git a/resources/views/ventas/cierres/evaluar.blade.php b/resources/views/ventas/cierres/evaluar.blade.php index 34050af..4074019 100644 --- a/resources/views/ventas/cierres/evaluar.blade.php +++ b/resources/views/ventas/cierres/evaluar.blade.php @@ -69,7 +69,7 @@ @push('scripts')