This commit is contained in:
2021-03-25 23:34:54 -03:00
parent 8fe357cc95
commit 2bc6958a1c
2 changed files with 4 additions and 3 deletions

View File

@ -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'
];
?>