This commit is contained in:
2022-11-25 20:52:59 -03:00
parent efed50cd7f
commit 9d1a1cc0f2
18 changed files with 786 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
return [
'urls' => function() {
$arr = ['base' => '/'];
$arr = ['base' => $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST']];
$arr['api'] = 'http://localhost:8080';
return (object) $arr;
}