From 2bc6958a1c374b2152ef13595ba823ba4b560b9c Mon Sep 17 00:00:00 2001 From: Aldarien Date: Thu, 25 Mar 2021 23:34:54 -0300 Subject: [PATCH] API Url --- config/locations.php | 3 ++- resources/views/ventas/cierres/evaluar.blade.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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')