Files
oficial/app_old/ui/settings/03_urls.php

9 lines
125 B
PHP
Raw Normal View History

2023-07-24 20:41:38 -04:00
<?php
return [
'urls' => function() {
return [
'base' => 'http://localhost:8080'
];
}
];